diff --git a/static/ppdet/utils/download.py b/static/ppdet/utils/download.py index 6e4cb4019a0a4252e6a11c7f15c16b2bf5d7f562..2c53406e867da4a308642d012bc469b7231a92aa 100644 --- a/static/ppdet/utils/download.py +++ b/static/ppdet/utils/download.py @@ -37,7 +37,7 @@ __all__ = [ 'create_voc_list' ] -WEIGHTS_HOME = osp.expanduser("~/.cache/paddle/weights") +WEIGHTS_HOME = osp.expanduser("~/.cache/paddle/weights/static") DATASET_HOME = osp.expanduser("~/.cache/paddle/dataset") # dict of {dataset_name: (download_info, sub_dirs)}