Jumpat / SegAnyGAussians

The official implementation of SAGA (Segment Any 3D GAussians)
Apache License 2.0
532 stars 38 forks source link

Any webpage visualization? #85

Open wangmiaowei opened 2 months ago

wangmiaowei commented 2 months ago

Thanks for your job, since I access the cluster only by vscode remotely, which can not create the page for Glfw Error 65544: X11: The DISPLAY environment variable is missing Glfw Error 65537: The GLFW library is not initialized Glfw Error 65537: The GLFW library is not initialized Glfw Error 65537: The GLFW library is not initialized Glfw Error 65537: The GLFW library is not initialized

So any method to visualize that by just CPU when download or using web formate to present?

yzslab commented 2 months ago

Try this: https://github.com/yzslab/gaussian-splatting-lightning#43-load-model-trained-by-other-implementations

python viewer.py \
    SegAnyGAussians/outputs/Truck \
    --vanilla_seganygs
Jumpat commented 1 month ago

Since the SAGA GUI is implemented with Dearpygui, x11 forward is essential for visualization. However, in practice I found it hard to conduct. You can try the web GUI provided by @yzslab (Thanks for the integration! I have also used this web GUI for visualization in my research previously). Besides, you can use the Jupyter-notebook (prompt_segmenting.ipynb) for segmentation.