Skip to content

list of all annotated files in test datasets #316

@sammlapp

Description

@sammlapp

I'm accessing the evaluation datasets directly via huggingface datasets like this:

ds = datasets.load_dataset(
        "DBD-research-group/BirdSet",
        "HSN",
        trust_remote_code=True,
        cache_dir=cache_dir,
    )
    classes = ds['test'].info.features['ebird_code'].names
    l=ds['test'].info.features['ebird_code']

I can loop over the entries and get the file names, but there may have been audio files that were annotated and had zero annotations. Does the dataset contain a list of all annotated audio files somewhere?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions