banhxeo.utils.file module

banhxeo.utils.file.download_archive(source: str | None, url: str, archive_file_path: Path)[source]
banhxeo.utils.file.check_md5(md5: str | None, name: str, archive_file_path: Path)[source]
banhxeo.utils.file.extract_archive(ext: str, archive_file_path: Path, dataset_base_path: Path, extracted_data_dir_path: Path)[source]