datasets package

download_dataset

edgeimpulse.datasets.download_dataset(
		name: str,
		force_redownload: bool = False,
		overwrite_existing: bool = False,
		show_progress: bool = False
)

Download and extract a dataset from the Edge Impulse CDN for tutorials, and quick prototyping.

Saves the dataset in the datasets/<name> folder. Use list_datasets to show available datasets for download.

Parameters

  • name: str

  • force_redownload: bool = False

  • overwrite_existing: bool = False

  • show_progress: bool = False

list_datasets

edgeimpulse.datasets.list_datasets(
		
)> List[dict]

List the available datasets on the Edge Impulse CDN.

Return

List[dict]

load_timeseries

edgeimpulse.datasets.load_timeseries(
		
)

Load the timeseries dataset.

Last updated