All Projects → AgentMaker → PAPC

AgentMaker / PAPC

Licence: MIT License
PAPC is a deep learning for point clouds platform based on pure PaddlePaddle

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to PAPC

pointnet2-pytorch
A clean PointNet++ segmentation model implementation. Support batch of samples with different number of points.
Stars: ✭ 45 (-18.18%)
Mutual labels:  segmentation, pointnet, pointnet2
Skin-Cancer-Segmentation
Classification and Segmentation with Mask-RCNN of Skin Cancer using ISIC dataset
Stars: ✭ 61 (+10.91%)
Mutual labels:  classification, segmentation
Awesome-Tensorflow2
基于Tensorflow2开发的优秀扩展包及项目
Stars: ✭ 45 (-18.18%)
Mutual labels:  classification, segmentation
volkscv
A Python toolbox for computer vision research and project
Stars: ✭ 58 (+5.45%)
Mutual labels:  classification, segmentation
Imgclsmob
Sandbox for training deep learning networks
Stars: ✭ 2,405 (+4272.73%)
Mutual labels:  classification, segmentation
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (+225.45%)
Mutual labels:  classification, segmentation
mmrazor
OpenMMLab Model Compression Toolbox and Benchmark.
Stars: ✭ 644 (+1070.91%)
Mutual labels:  classification, segmentation
Dgcnn.pytorch
A PyTorch implementation of Dynamic Graph CNN for Learning on Point Clouds (DGCNN)
Stars: ✭ 153 (+178.18%)
Mutual labels:  classification, segmentation
torch-points3d
Pytorch framework for doing deep learning on point clouds.
Stars: ✭ 1,823 (+3214.55%)
Mutual labels:  segmentation, pointnet
Opensource OBIA processing chain
An open-source semi-automated processing chain for urban OBIA classification.
Stars: ✭ 75 (+36.36%)
Mutual labels:  classification, segmentation
shellnet
ShellNet: Efficient Point Cloud Convolutional Neural Networks using Concentric Shells Statistics
Stars: ✭ 80 (+45.45%)
Mutual labels:  classification, segmentation
Deep Learning For Image Processing
deep learning for image processing including classification and object-detection etc.
Stars: ✭ 5,808 (+10460%)
Mutual labels:  classification, segmentation
Pointnet2
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Stars: ✭ 2,197 (+3894.55%)
Mutual labels:  classification, segmentation
Open3D-PointNet2-Semantic3D
Semantic3D segmentation with Open3D and PointNet++
Stars: ✭ 422 (+667.27%)
Mutual labels:  pointnet, pointnet2
Pointasnl
PointASNL: Robust Point Clouds Processing using Nonlocal Neural Networks with Adaptive Sampling (CVPR 2020)
Stars: ✭ 159 (+189.09%)
Mutual labels:  classification, segmentation
Point2Sequence
Point2Sequence: Learning the Shape Representation of 3D Point Clouds with an Attention-based Sequence to Sequence Network
Stars: ✭ 34 (-38.18%)
Mutual labels:  classification, segmentation
Grid Gcn
Grid-GCN for Fast and Scalable Point Cloud Learning
Stars: ✭ 143 (+160%)
Mutual labels:  classification, segmentation
Sunets
PyTorch Implementation of Stacked U-Nets (SUNets)
Stars: ✭ 149 (+170.91%)
Mutual labels:  classification, segmentation
HRFormer
This is an official implementation of our NeurIPS 2021 paper "HRFormer: High-Resolution Transformer for Dense Prediction".
Stars: ✭ 357 (+549.09%)
Mutual labels:  classification, segmentation
mri-deep-learning-tools
Resurces for MRI images processing and deep learning in 3D
Stars: ✭ 56 (+1.82%)
Mutual labels:  classification, segmentation

English | 简体中文

PAPC

Welcome to PAPC(Paddle PointCloud) which is a deep learning for point clouds platform based on pure PaddlePaddle.

Show

Model Zoo

Clas

Seg

Detect

Dataset

Based on ShapeNet dataset(.h5 format). Support custom dataset(data format refered to ShapeNet dataset).

Installation

Step 1. Install PaddlePaddle

System Requirements:

  • PaddlePaddle >= 2.0.0rc
  • Python >= 3.6+

Highly recommend you install the GPU version of PaddlePaddle, due to large overhead of pointcloud models, otherwise it could be out of memory while running the models. For more detailed installation tutorials, please refer to the official website of PaddlePaddle

Step 2. Download PAPC repo

git clone https://github.com/AgentMaker/PAPC.git

Training

Help For Training

python train.py --help

Quick Training

python train.py

Better Experience

This project is mounted on Baidu AIStudio which provides a free GPU environment like Google Colab. You can run this project on it for free.

Url1: Origin PAPC Project
Url2: PAPC Project

Contact us

Email : [email protected]
QQ Group : 1005109853

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].