You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

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

Downloads last month
0