Skip to content

Commit

Permalink
Fix redwood dataset URL
Browse files Browse the repository at this point in the history
  • Loading branch information
roym899 committed Feb 10, 2024
1 parent 0632e32 commit 8f32355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpas_toolbox/datasets/redwood_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _download_dataset(self) -> None:
with open(ann_json, "r") as f:
anns_dict = json.load(f)

baseurl = "https://s3.us-west-1.wasabisys.com/redwood-3dscan/rgbd/"
baseurl = "https://redwood-3dscan.b-cdn.net/rgbd/"
for seq_id in anns_dict.keys():
download_dir_path = os.path.join(
self._root_dir_path, anns_dict[seq_id]["category"]
Expand Down

0 comments on commit 8f32355

Please sign in to comment.