Skip to content

Commit

Permalink
update demo_viz
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-zhng committed Sep 24, 2024
1 parent b6d8a69 commit 6023976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified demos/demo_viz.p
Binary file not shown.
4 changes: 2 additions & 2 deletions demos/viz_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"text": [
"0it [00:00, ?it/s]/Users/charleszhang/miniforge3/envs/stac-mjx-env/lib/python3.11/subprocess.py:1885: RuntimeWarning: os.fork() was called. os.fork() is incompatible with multithreaded code, and JAX is multithreaded, so this will likely lead to a deadlock.\n",
" self.pid = _fork_exec(\n",
"10it [00:00, 19.83it/s]\n"
"10it [00:00, 18.97it/s]\n"
]
},
{
Expand All @@ -80,7 +80,7 @@
],
"source": [
"# set args\n",
"data_path = base_path / \"demo_fit.p\"\n",
"data_path = base_path / \"demos/demo_viz.p\"\n",
"n_frames = 10\n",
"save_path = base_path / \"videos/direct_render.mp4\"\n",
"\n",
Expand Down

0 comments on commit 6023976

Please sign in to comment.