hwanhuh / 2D-GS-Viser-Viewer

Simple Viser Viewer for 2D Gaussian Splatting for Geometrically Accurate Radiance Fields
61 stars 2 forks source link

Error during running the visualizer #12

Closed JiajieLi7012 closed 3 days ago

JiajieLi7012 commented 3 days ago

Hi,

Thanks for building such a great tool. But I got the following error when I ran it in Colab and even if I manually created the file it still doesn't work. Any help would be appreciated.

Traceback (most recent call last):
  File "/content/2d-gaussian-splatting/viewer.py", line 566, in <module>
    viewer.start()
  File "/content/2d-gaussian-splatting/viewer.py", line 241, in start
    self.edit_panel = EditPanel(server, self, edit_tab)
  File "/content/2d-gaussian-splatting/internal/viewer/ui/edit_panel.py", line 34, in __init__
    self.export_mesh_block()
  File "/content/2d-gaussian-splatting/internal/viewer/ui/edit_panel.py", line 331, in export_mesh_block
    with open(self._mesh_export_log_dir, 'w') as file:
FileNotFoundError: [Errno 2] No such file or directory: '/content/2d-gaussian-splatting/temp/mesh_log.txt'
hwanhuh commented 3 days ago

updated