MCPcopy Create free account
hub / github.com/VainF/DeepLabV3Plus-Pytorch / download_url

Function download_url

datasets/utils.py:47–82  ·  view source on GitHub ↗

Download a file from a url and place it in root. Args: url (str): URL to download file from root (str): Directory to place downloaded file in filename (str): Name to save the file under. If None, use the basename of the URL md5 (str): MD5 checksum of the download.

(url, root, filename=None, md5=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

download_extractFunction · 0.90

Calls 3

makedir_exist_okFunction · 0.85
check_integrityFunction · 0.85
gen_bar_updaterFunction · 0.85

Tested by

no test coverage detected