From d2e7bd38c30b23fea75f67662ee8e4a5eb415bd0 Mon Sep 17 00:00:00 2001 From: Kaipeng Deng Date: Thu, 30 Jun 2022 14:33:13 +0800 Subject: [PATCH] fix spine_coco.tar md5sum (#6309) --- ppdet/utils/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppdet/utils/download.py b/ppdet/utils/download.py index 54a74c92e..8c498784f 100644 --- a/ppdet/utils/download.py +++ b/ppdet/utils/download.py @@ -97,7 +97,7 @@ DATASETS = { '49ce5a9b5ad0d6266163cd01de4b018e', ), ], ['annotations', 'images']), 'spine_coco': ([( 'https://paddledet.bj.bcebos.com/data/spine_coco.tar', - '7ed69ae73f842cd2a8cf4f58dc3c5535', ), ], ['annotations', 'images']), + '03030f42d9b6202a6e425d4becefda0d', ), ], ['annotations', 'images']), 'mot': (), 'objects365': (), 'coco_ce': ([( -- GitLab