Install SSE (semantic-segmentation-editor) on Ubuntu20

Point cloud semantic annotation

code warehouse github

提示:安装环境-ubuntu20

foreword

Note down the process of installing sse

1. What is SSE?

SSE is a tool that can annotate point cloud semantics. It is the first time for me to annotate data by myself. I turned around and chose this SSE (very famous), and tested it.

2. Installation steps

1. Install Meteor

sudo curl https://install.meteor.com/ | sh

The school network was installed very quickly.

2. Download SSE

The code is here, just choose the version you want

3. Install SSE

cd semantic-segmentation-editor-x.x.x
meteor npm install
meteor npm start

Summarize

I thought it was a bit troublesome, but it turned out to be quite simple, so I’d better record it==, after all, it’s all here.

Guess you like

Origin blog.csdn.net/ll594282475/article/details/124101333
Recommended