util.sample_data
download_sample_data
def download_sample_data(source_software: str,
with_video: bool = True) -> dict
Download sample data.
Parameters
- source_software (
str
): Source software used for pose estimation. - with_video (
bool, optional
): If True, the video will be downloaded as well. Defaults to True.
Returns
dict
: Dictionary with the paths to the downloaded sample data.