windows安装Semantic Segmentation Editor(日立开源语义分割数据集标注工具)

一、环境

window10.

二、安装步骤

1. 安装chocolatey。

在window10搜索框搜索:powershell,右击以管理员身份打开。

windows安装Semantic Segmentation Editor(日立开源语义分割数据集标注工具)_第1张图片

在终端输入:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

2.安装meteor

继续在powershell输入下面代码

choco install meteor

为了验证是否安装成功,cmd打开终端,输入meteor,出现如下说明安装成功。

windows安装Semantic Segmentation Editor(日立开源语义分割数据集标注工具)_第2张图片

3.下载和安装分割工具

下载github上的分割项目,解压到一路径下:https://github.com/Hitachi-Automotive-And-Industry-Lab/semantic-segmentation-editor。

cmd终端下切换路径到项目目录下,终端输入

meteor npm install

windows安装Semantic Segmentation Editor(日立开源语义分割数据集标注工具)_第3张图片

再次

meteor npm start

出现如下错误,输入n终止(可以用,不用管)。

windows安装Semantic Segmentation Editor(日立开源语义分割数据集标注工具)_第4张图片

在终端再次输入:meteor npm start。等待良久,在终端复制如下出现的网址粘贴到浏览器即可出现界面。

windows安装Semantic Segmentation Editor(日立开源语义分割数据集标注工具)_第5张图片

点击任意一个即可,pcd是3d的,png是2d的。注意如果想要显示自己的文件,那么需要将文件复制到C:\Users\Administrator\sse-images这个路径下面。

windows安装Semantic Segmentation Editor(日立开源语义分割数据集标注工具)_第6张图片

参考链接:https://github.com/Hitachi-Automotive-And-Industry-Lab/semantic-segmentation-editor

https://www.meteor.com/install

https://chocolatey.org/install

你可能感兴趣的:(配置文档,经验谈)