An open API service indexing awesome lists of open source software.

https://github.com/yatenglg/psat

PSAT - Point cloud segmentation annotation tool. (点云分割标注工具,同时支持语义分割与实例分割)
https://github.com/yatenglg/psat

Last synced: 3 months ago
JSON representation

PSAT - Point cloud segmentation annotation tool. (点云分割标注工具,同时支持语义分割与实例分割)

Awesome Lists containing this project

README

          

# [PSAT](http://www.yatenglg.cn/psat) - Point cloud segmentation annotation tools
![psat.png](example/pic/标注.gif)

[中文](README.md) [English](README-en.md)

## Install

```shell
git clone https://github.com/yatengLG/PSAT.git
cd PSAT
conda create -n PSAT python==3.8
conda activate PSAT
pip install -r requests.txt
```

## Annotate
1. Add category and set color for show in setting.
2. Open point cloud file
3. Start annotate by button named [Pcik],draw polygon to select area by left button of mouse.
3. End annotate by right button of mouse.
4. Select category and set group if for instance.
![psat.png](example/pic/展示.gif)

## Ground filter
Software integrated with [CSF](https://github.com/jianboqi/CSF),and provide the function of quickly extracting the ground 。
The software turns off the ground filtering function by default.
Manually install the [CSF](https://github.com/jianboqi/CSF#how-to-use-csf-in-python), and then automatically turn on the ground filtering function.