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.

mosquito-egg-detection

This dataset was generated using images from Fiocruz manually annotated by students of Federal University of Santa Maria.

egg_detection

Intended uses & limitations

To be fulfilled.

How to use

import numpy as np
from PIL import ImageDraw

import torch
from datasets import load_dataset

TOKEN = 'generate your token at https://huggingface.co./settings/tokens'

path_space = 'henryzord/mosquito-egg-detection'

dataset = load_dataset(path_space, token=TOKEN)
image = dataset['test'][np.random.randint(len(dataset['test']))]['image']

draw = ImageDraw.Draw(image)
image.show()

BibTeX entry and citation info

If you find this dataset useful, please cite it:

@misc{
    author={Fulfill me},
    title={Fulfill me},
    year={2024},
    howpublished={
        Available at \url{
            henryzord/](https://huggingface.co./henryzord/
        }
    }
}
Downloads last month
94

Models trained or fine-tuned on henryzord/mosquito-egg-detection