未验证 提交 7ad69cc3 编写于 作者: W wangguanzhong 提交者: GitHub

add info for obj365 download (#12)

* add info for obj365 download
上级 f10b52e8
......@@ -74,6 +74,7 @@ DATASETS = {
'fruit': ([(
'https://dataset.bj.bcebos.com/PaddleDetection_demo/fruit-detection.tar',
'ee4a1bf2e321b75b0850cc6e063f79d7', ), ], ["fruit-detection"]),
'objects365': (),
}
DOWNLOAD_RETRY_LIMIT = 3
......@@ -104,8 +105,11 @@ def get_dataset_path(path, annotation, image_dir):
if os.path.split(path.strip().lower())[-1] == name:
logger.info("Parse dataset_dir {} as dataset "
"{}".format(path, name))
if name == 'objects365':
raise NotImplementedError(
"Dataset {} is not valid for download automatically. Please apply and download the dataset from https://www.objects365.org/download.html".
format(name))
data_dir = osp.join(DATASET_HOME, name)
# For voc, only check dir VOCdevkit/VOC2012, VOCdevkit/VOC2007
if name == 'voc':
exists = True
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册