hwanhuh / 2D-GS-Viser-Viewer

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

ModuleNotFoundError: No module named 'arguments' #2

Closed shiwangyan closed 4 weeks ago

shiwangyan commented 4 weeks ago

error message: D:\2DGS\2d-gaussian-splatting>python .\2D-GS-Viser-Viewer\viewer.py -m data/output Traceback (most recent call last): File "D:\2DGS\2d-gaussian-splatting\2D-GS-Viser-Viewer\viewer.py", line 16, in from arguments import ModelParams, PipelineParams, get_combined_args ModuleNotFoundError: No module named 'arguments' image

hwanhuh commented 4 weeks ago

My installation guide is a little bit confused. Do not make individual folders of viewer, just dirsctly paste it to the 2D GS folders. i.e., viewer.py should locate;: ~/2d-gaussian-splatting/viewer.py

shiwangyan commented 4 weeks ago

ok