提交 74aad3a9 编写于 作者: C chenguowei01

update url

上级 39e5ae8a
......@@ -21,7 +21,7 @@ from .dataset import Dataset
from utils.download import download_file_and_uncompress
DATA_HOME = os.path.expanduser('~/.cache/paddle/dataset')
URL = "https://paddleseg.bj.bcebos.com/dataset/ADEChallengeData2016.zip"
URL = "http://data.csail.mit.edu/places/ADEchallenge/ADEChallengeData2016.zip"
class ADE20K(Dataset):
......
......@@ -17,7 +17,7 @@ from .dataset import Dataset
from utils.download import download_file_and_uncompress
DATA_HOME = os.path.expanduser('~/.cache/paddle/dataset')
URL = "https://paddleseg.bj.bcebos.com/dataset/VOCtrainval_11-May-2012.tar"
URL = "http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar"
class PascalVOC(Dataset):
......
......@@ -30,7 +30,7 @@ import tqdm
from utils.download import download_file_and_uncompress
DATA_HOME = os.path.expanduser('~/.cache/paddle/dataset')
URL = 'https://paddleseg.bj.bcebos.com/dataset/benchmark.tgz'
URL = 'http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/semantic_contours/benchmark.tgz'
def parse_args():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册