birdcallbr_dataset: Birdcall Brazil Dataset

Description Usage Arguments

Description

Birdcall Brazil Dataset

Usage

1
2
3
4
5
6
7
8
birdcallbr_dataset(
  root,
  audio_duration = 5,
  train = TRUE,
  url = "birdcallbr_v1",
  folder_in_archive = "BirdcallBR",
  download = FALSE
)

Arguments

root

(str): Path to the directory where the dataset is found or downloaded.

audio_duration

(dbl): Duration in seconds of the audio. Allowed values are 1, 2 or 5. (default: 5)

train

(bool, optional): If True, creates dataset from 'audio_ids_train.rds', otherwise from 'audio_ids_test.rds'.

url

(str, optional): The URL to download the dataset from, or the type of the dataset to dowload. Allowed type values are “"birdcallbr_v1"“ (default: “"birdcallbr_v1"“)

folder_in_archive

(str, optional): The top-level directory of the dataset. (default: “"BirdcallBR"“)

download

(bool, optional): Whether to download the dataset if it is not found at root path. (default: “FALSE“).


Athospd/mestrado documentation built on Jan. 2, 2021, 3:59 a.m.