From f646bffdfce637463bebf0c1ffb368e2abf73e0c Mon Sep 17 00:00:00 2001 From: mfourmy Date: Sat, 2 Mar 2024 14:04:26 +0100 Subject: [PATCH] hotfix: remove hope train download (does not exist) --- happypose/toolbox/utils/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/happypose/toolbox/utils/download.py b/happypose/toolbox/utils/download.py index d95e60d5..266f3f7b 100755 --- a/happypose/toolbox/utils/download.py +++ b/happypose/toolbox/utils/download.py @@ -56,7 +56,7 @@ "splits": ["test_all", "train_real"], }, "hope": { - "splits": ["test_all", "train_real"], + "splits": ["test_all"], }, }