Merge pull request #925 from StanfordVL/bump-asset-url-version

Bump asset URL version
This commit is contained in:
Cem Gökmen 2024-10-01 16:59:42 -07:00 committed by GitHub
commit 032c9b28ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 (