Skip to content

crayonsea/remote_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Viewer

  • View 3D model on the remote server.
  • Useful when you are working on a remote server and need to view 3D models.

About this project

Built With

Getting Started

Prerequisites

  • This code has been tested with python 3.7, node v14 on Ubuntu 18.04.

Installation

  1. Clone the repository:
git clone https://github.com/crayonsea/remote_viewer.git
  1. Setup python environment:
pip install -r requirements.txt
  1. Build frontend:
cd static
npm install
npm run build

Run Code

cd ..
python pc_viewer.py

Usage

  • Set remote working directory on the input box.
  • Open directory and point cloud files in the filetree.
  • Adjust display properties in the control bar.

Features

Basic

  • view remote server file list
  • visualize 3d data on a remote server in a local browser
  • currently support data type:
    • point cloud: *.ply

img

Semantic Segmentation

img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published