Skip to content

Commit

Permalink
Use github URL for fixed meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
roym899 committed Jan 19, 2023
1 parent 8df7567 commit 80c7af3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpas_toolbox/datasets/nocs_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 80c7af3

Please # to comment.