Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Viser and multi-window display functionality #821

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tiantianxiangshang629
Copy link
Collaborator

@tiantianxiangshang629 tiantianxiangshang629 commented Jan 27, 2025

Instructions to run the visualization

conda env create -f visualization/environment.yml
conda activate gtsfm-dask
python visualization/pointcloud_visualizer.py --nodes N

The system consists of the following components:

  1. Worker Threads:
  • N worker threads, each launching a separate Viser server.
  • Each worker generates a point cloud and adds it to its respective Viser server scene.
  1. Master Thread:
  • A master thread launches the main Viser server.
  • This server displays the main visualization and is used to aggregate and visualize the merged point clouds.
  1. Web Server:
  • Creates a main display to show the aggregated (merged) point cloud.
  • Provides sub-windows for viewing the individual worker Viser servers.
  • Includes buttons to:
    -- Merge point clouds into the main display.
    -- Clear the main display point cloud visualization.

@liuzongyue6
Copy link

I encountered an issue when trying to create the environment using visualization/environment.yml. T
he error indicates that certifi==10000 is an invalid or non-existent version.
This appears to be a typo, and replacing it with a valid version (e.g., certifi==2024.12.14) resolves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants