Bump asset URL version
This commit is contained in:
parent
811bd4cd30
commit
10d68c3033
|
@ -397,7 +397,7 @@ def download_assets():
|
||||||
with tempfile.TemporaryDirectory() as td:
|
with tempfile.TemporaryDirectory() as td:
|
||||||
tmp_file = os.path.join(td, "og_assets.tar.gz")
|
tmp_file = os.path.join(td, "og_assets.tar.gz")
|
||||||
os.makedirs(gm.ASSET_PATH, exist_ok=True)
|
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}")
|
log.info(f"Downloading and decompressing demo OmniGibson assets from {path}")
|
||||||
assert urlretrieve(path, tmp_file, show_progress), "Assets download failed."
|
assert urlretrieve(path, tmp_file, show_progress), "Assets download failed."
|
||||||
assert (
|
assert (
|
||||||
|
|
Loading…
Reference in New Issue