Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Dec 11, 2024
1 parent 6d5064a commit abf4418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/omniverse/omniverse_integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@
}
],
"source": [
"obj_filename = \"/workspace/Data/maisi_ct_generative/datasets/monai/obj/all_organs.gltf\"\n",
"usd_filename = \"/workspace/Data/maisi_ct_generative/datasets/monai/obj/all_organs.usd\"\n",
"obj_filename = f\"{bundle_root}/datasets/monai/obj/all_organs.gltf\"\n",
"usd_filename = f\"{bundle_root}/datasets/monai/obj/all_organs.usd\"\n",
"\n",
"convert_mesh_to_usd(obj_filename, usd_filename)"
]
Expand Down

0 comments on commit abf4418

Please sign in to comment.