未验证 提交 a69ca0ec 编写于 作者: K Kaipeng Deng 提交者: GitHub

fix download.py (#13)

上级 7ad69cc3
......@@ -30,13 +30,13 @@ from .voc_utils import create_list
import logging
logger = logging.getLogger(__name__)
__all__ = ['get_weights_path', 'get_dataset_path']
__all__ = ['get_weights_path', 'get_dataset_path', 'download_dataset', 'create_voc_list']
WEIGHTS_HOME = osp.expanduser("~/.cache/paddle/weights")
DATASET_HOME = osp.expanduser("~/.cache/paddle/dataset")
# dict of {dataset_name: (download_info, sub_dirs)}
# download info: (url, md5sum)
# download info: [(url, md5sum)]
DATASETS = {
'coco': ([
(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册