banhxeo
Getting Started
Installation
API References
banhxeo
banhxeo package
set_default_gpu()
Subpackages
banhxeo.core package
banhxeo.data package
banhxeo.model package
banhxeo.train package
banhxeo.utils package
banhxeo
banhxeo
banhxeo package
banhxeo.utils package
banhxeo.utils.file module
View page source
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]