Skip to content

Commit

Permalink
Merge pull request #2769 from pazeshun/fix-broken-link-hasegawa
Browse files Browse the repository at this point in the history
Fix broken link to Hasegawa data
  • Loading branch information
pazeshun authored Sep 1, 2023
2 parents 60a4688 + 4b500a3 commit c4e349f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_shelf_data_hasegawa_iros2018():
path = osp.expanduser('~/data/hasegawa_iros2018/item_data/table/image.jpg')
if not osp.exists(path):
grasp_fusion_lib.data.download(
url='https://drive.google.com/uc?id=15e24rM1ibVO9GTz9VUmzF2abppsudFpU', # NOQA
url='https://drive.google.com/uc?id=1CpqYodklHISXSRL9fk1aKk70ycHet5Fd', # NOQA
path=path,
md5='3b32a48aa265e7896417af34a501ec9b',
)
Expand Down

0 comments on commit c4e349f

Please sign in to comment.