| --- |
| dataset_info: |
| config_name: tuta-absoluta |
| features: |
| - name: image |
| dtype: image |
| splits: |
| - name: train |
| num_bytes: 731017520.0 |
| num_examples: 320 |
| download_size: 729710289 |
| dataset_size: 731017520.0 |
| configs: |
| - config_name: tuta-absoluta |
| data_files: |
| - split: train |
| path: tuta-absoluta/train-* |
| --- |
| |
| # Dataset Card for Tuta Absoluta pest detection |
|
|
| This dataset is aimed at facilitating access to image data about the Tuta Absoluta pest. |
|
|
| Below, we present examples of how you can download and use the images. |
|
|
| ## How to use |
|
|
| ``` |
| from datasets import load_dataset |
| |
| data_names = ["tuta-absoluta"] |
| |
| for dataset in data_names: |
| |
| loaded = load_dataset( |
| "z72pepee/tuta-absoluta", |
| dataset, |
| token="YOUR_ACCESS_TOKEN", |
| ) |
| |
| print("Dataset", dataset) |
| print("Instances", loaded["train"].num_rows) |
| |
| print("Example 1", loaded["train"][0]) |
| |
| ``` |
|
|
| ## Authorship |
|
|
| - **Provided by:** Yaser M. Abid, Department of Business Information Technology, Business Informatics College, University of Information Technology and Communication, Baghdad, 10068, Iraq. [https://scholar.google.es/citations?view_op=list_works&hl=en&hl=en&user=zSovW-AAAAAJ&sortby=pubdate](https://scholar.google.es/citations?view_op=list_works&hl=en&hl=en&user=zSovW-AAAAAJ&sortby=pubdate) |
|
|
| - **Advisors:** |
| - Eduardo Perez [https://scholar.google.es/citations?user=csKAP9oAAAAJ&hl=en](https://scholar.google.es/citations?user=csKAP9oAAAAJ&hl=en). |
| - Sebastian Ventura [https://scholar.google.es/citations?user=wLj54kEAAAAJ&hl=en](https://scholar.google.es/citations?user=wLj54kEAAAAJ&hl=en). |
|
|
| - **Funded by:** Research group KDIS (Knowledge Discovery and Intelligent Systems), University of Cordoba, Spain, [https://www.uco.es/kdis/](https://www.uco.es/kdis/). |