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
Advisors:
- Eduardo Perez https://scholar.google.es/citations?user=csKAP9oAAAAJ&hl=en.
- Sebastian Ventura 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/.
- Downloads last month
- 31