Skip to content

Commit

Permalink
Merge pull request #925 from StanfordVL/bump-asset-url-version
Browse files Browse the repository at this point in the history
Bump asset URL version
  • Loading branch information
cgokmen authored Oct 1, 2024
2 parents 811bd4c + 10d68c3 commit 032c9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnigibson/utils/asset_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def download_assets():
with tempfile.TemporaryDirectory() as td:
tmp_file = os.path.join(td, "og_assets.tar.gz")
os.makedirs(gm.ASSET_PATH, exist_ok=True)
path = "https://storage.googleapis.com/gibson_scenes/og_assets_1_0_0.tar.gz"
path = "https://storage.googleapis.com/gibson_scenes/og_assets_1_1_0.tar.gz"
log.info(f"Downloading and decompressing demo OmniGibson assets from {path}")
assert urlretrieve(path, tmp_file, show_progress), "Assets download failed."
assert (
Expand Down

0 comments on commit 032c9b2

Please sign in to comment.