From 80c7af311cd2ca369672d423abe41c6887b1df90 Mon Sep 17 00:00:00 2001 From: Leonard Bruns Date: Thu, 19 Jan 2023 15:54:33 +0100 Subject: [PATCH] Use github URL for fixed meshes --- cpas_toolbox/datasets/nocs_dataset.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpas_toolbox/datasets/nocs_dataset.py b/cpas_toolbox/datasets/nocs_dataset.py index f9c1892..2449699 100644 --- a/cpas_toolbox/datasets/nocs_dataset.py +++ b/cpas_toolbox/datasets/nocs_dataset.py @@ -271,8 +271,7 @@ def _download_dataset(self) -> None: elif identifier == "fixed_real_test_obj_models": zip_path = os.path.join(download_dir, "fixed_real_test_obj_models.zip") utils.download( - "https://drive.google.com/u/0/uc?id=1grAWfmWRm4gDmZnLRf9KF7-_eHX" - "-12BO&export=download", + "https://github.com/roym899/pose_and_shape_evaluation/releases/download/v1.0.0/fixed_real_test_obj_models.zip", zip_path, ) else: