All Projects → springzfx → Point Cloud Annotation Tool

springzfx / Point Cloud Annotation Tool

Licence: mit

Projects that are alternatives of or similar to Point Cloud Annotation Tool

Torchsparse
A high-performance neural network library for point cloud processing.
Stars: ✭ 173 (-22.77%)
Mutual labels:  point-cloud
3dgnn pytorch
3D Graph Neural Networks for RGBD Semantic Segmentation
Stars: ✭ 187 (-16.52%)
Mutual labels:  point-cloud
Liblas
C++ library and programs for reading and writing ASPRS LAS format with LiDAR data
Stars: ✭ 211 (-5.8%)
Mutual labels:  point-cloud
Meshlab
The open source mesh processing system
Stars: ✭ 2,619 (+1069.2%)
Mutual labels:  point-cloud
Cloud annotation tool
L-CAS 3D Point Cloud Annotation Tool
Stars: ✭ 182 (-18.75%)
Mutual labels:  point-cloud
Msn Point Cloud Completion
Morphing and Sampling Network for Dense Point Cloud Completion (AAAI2020)
Stars: ✭ 196 (-12.5%)
Mutual labels:  point-cloud
Semantic3dnet
Point cloud semantic segmentation via Deep 3D Convolutional Neural Network
Stars: ✭ 170 (-24.11%)
Mutual labels:  point-cloud
Cgal
The public CGAL repository, see the README below
Stars: ✭ 2,825 (+1161.16%)
Mutual labels:  point-cloud
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (-20.09%)
Mutual labels:  point-cloud
Graph Cnn In 3d Point Cloud Classification
Code for A GRAPH-CNN FOR 3D POINT CLOUD CLASSIFICATION (ICASSP 2018)
Stars: ✭ 206 (-8.04%)
Mutual labels:  point-cloud
Vision3d
Research platform for 3D object detection in PyTorch.
Stars: ✭ 177 (-20.98%)
Mutual labels:  point-cloud
3d Bat
3D Bounding Box Annotation Tool (3D-BAT) Point cloud and Image Labeling
Stars: ✭ 179 (-20.09%)
Mutual labels:  point-cloud
Point Transformer Pytorch
Implementation of the Point Transformer layer, in Pytorch
Stars: ✭ 199 (-11.16%)
Mutual labels:  point-cloud
Dss
Differentiable Surface Splatting
Stars: ✭ 175 (-21.87%)
Mutual labels:  point-cloud
Samplenet
Differentiable Point Cloud Sampling (CVPR 2020 Oral)
Stars: ✭ 212 (-5.36%)
Mutual labels:  point-cloud
Dbnet
DBNet: A Large-Scale Dataset for Driving Behavior Learning, CVPR 2018
Stars: ✭ 172 (-23.21%)
Mutual labels:  point-cloud
Orb Slam2 with semantic label
orb-slam2 with semantic label
Stars: ✭ 186 (-16.96%)
Mutual labels:  point-cloud
Kitti Dataset
Visualising LIDAR data from KITTI dataset.
Stars: ✭ 217 (-3.12%)
Mutual labels:  point-cloud
Pclpy
Python bindings for the Point Cloud Library (PCL)
Stars: ✭ 212 (-5.36%)
Mutual labels:  point-cloud
Frustum Convnet
The PyTorch Implementation of F-ConvNet for 3D Object Detection
Stars: ✭ 203 (-9.37%)
Mutual labels:  point-cloud

point cloud annotation tool

It is a tool used to annotate 3D box in point cloud. Point cloud in KITTI-bin format is supported. Annotation format is the same as Applo 3D format. Data examples can be found at here.

supported functions

  • load, save, visiualize
  • point cloud selection
  • 3d box generation and adaption
  • ground remove using threhold or plane detect

usage

  • if cloud.bin is open, then cloud.bin.txt will be the annotation file to be loaded if exist.
  • click to select an annotaion, then edit it, rotate it or just press 'Del' to delete.
  • 'x' to toggle selection mode,then left click with ctrl or shift to help select.
  • click label button to annotate a 3D box.

dependency

Tested with pcl 1.8, vtk 8.1, Qt5 under both ubuntu 16.04 and windows 10. to build:

mkdir build && cd build && cmake .. && make

example1 image example2 image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].