Menu

Helper Module for Deep Learning.

Module that provides functions to prepare the Orientation dataset.

class pynet.datasets.echocardiography.Item(input_path, output_path, metadata_path, height, width)
property height

Alias for field number 3

property input_path

Alias for field number 0

property metadata_path

Alias for field number 2

property output_path

Alias for field number 1

property width

Alias for field number 4

pynet.datasets.echocardiography.fetch_echocardiography(datasetdir)[source]

Fetch/prepare the echocardiography dataset for pynet.

Parameters

datasetdir: str

the dataset destination folder.

Returns

item: namedtuple

a named tuple containing ‘input_path’, ‘output_path’, and ‘metadata_path’.

Follow us

© 2019, pynet developers .
Inspired by AZMIND template.