File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 144144 },
145145 {
146146 "cell_type" : " code" ,
147- "execution_count" : null ,
147+ "execution_count" : 7 ,
148148 "metadata" : {},
149149 "outputs" : [],
150150 "source" : [
233233 " \n " ,
234234 " # Export mesh\n " ,
235235 " save_path = f\" {PATH}/meshes/multi/{IMAGE_NAME}/object_{i}.ply\"\n " ,
236+ " os.makedirs(os.path.dirname(save_path), exist_ok=True)\n " ,
236237 " mesh.export(save_path)"
237238 ]
238239 },
290291 "outputs" : [],
291292 "source" : [
292293 " # might take a while to load (black screen)\n " ,
293- " import os\n " ,
294- " os.environ[\" GRADIO_TEMP_DIR\" ] = f\" {PATH}/gradio_tmp\"\n " ,
295- " os.makedirs(os.environ[\" GRADIO_TEMP_DIR\" ], exist_ok=True)\n " ,
296- " \n " ,
297- " interactive_visualizer(f\" {PATH}/gaussians/multi/{IMAGE_NAME}.ply\" )"
294+ " interactive_visualizer(f\" {PATH}/gaussians/single/{IMAGE_NAME}.ply\" )"
298295 ]
299296 }
300297 ],
You can’t perform that action at this time.
0 commit comments