ultrasound_metrics.data.uff#

UFF dataset utilities for ultrasound data.

This module provides functions for loading UFF datasets that require pyuff_ustb. If you don’t work with UFF files, you can use the general utilities in visualize_bmode.py without needing to install pyuff_ustb.

Attributes#

Classes#

DatasetInfo

Type definition for dataset information.

Module Contents#

class ultrasound_metrics.data.uff.DatasetInfo[source]#

Bases: TypedDict

Type definition for dataset information.

Initialize self. See help(type(self)) for accurate signature.

description: str[source]#
filename: str[source]#
size: int[source]#
url: str[source]#
ultrasound_metrics.data.uff.CACHE_DIR[source]#
ultrasound_metrics.data.uff.USTB_DATASETS: dict[str, DatasetInfo][source]#