https://github.com/agentmaker/papc
PAPC is a deep learning for point clouds platform based on pure PaddlePaddle
https://github.com/agentmaker/papc
classification kd-networks kd-unet paddlepaddle pointnet pointnet2 pointpillars pointrcnn segmentation voxnet
Last synced: 6 months ago
JSON representation
PAPC is a deep learning for point clouds platform based on pure PaddlePaddle
- Host: GitHub
- URL: https://github.com/agentmaker/papc
- Owner: AgentMaker
- License: mit
- Created: 2021-01-30T15:54:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T16:33:14.000Z (about 3 years ago)
- Last Synced: 2024-10-28T06:58:16.481Z (7 months ago)
- Topics: classification, kd-networks, kd-unet, paddlepaddle, pointnet, pointnet2, pointpillars, pointrcnn, segmentation, voxnet
- Language: Python
- Homepage:
- Size: 958 KB
- Stars: 63
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [简体中文](README_CN.md)
# PAPC
Welcome to PAPC(Paddle PointCloud) which is a deep learning for point clouds platform based on pure PaddlePaddle.
## Show

## Model Zoo
### Clas
- [VoxNet](./PAPC/models/classify/voxnet)
- [Kd-Networks](./PAPC/models/classify/kdnet)
- [PointNet-Basic](./PAPC/models/classify/pointnet_base)
- [PointNet](./PAPC/models/classify/pointnet)
- [PointNet++SSG](./PAPC/models/classify/pointnet2)
- [PointNet++MSG](./PAPC/models/classify/pointnet2)
### Seg
- [Kd-Unet](./PAPC/models/segment/kdunet)
- [PointNet-Basic](./PAPC/models/segment/pointnet_base)
- [PointNet](./PAPC/models/segment/pointnet)
- [PointNet++SSG](./PAPC/models/segment/pointnet2)
- [PointNet++MSG](./PAPC/models/segment/pointnet2)
### Detect
- [Pointpillars](./PAPC/models/detect/pointpillars)## 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](https://www.paddlepaddle.org.cn/documentation/docs/zh/2.0-beta/install/index_cn.html)。
### Step 2. Download PAPC repo
```shell
git clone https://github.com/AgentMaker/PAPC.git
```## Training
### Help For Training
```shell
python train.py --help
```### Quick Training
```shell
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](https://aistudio.baidu.com/aistudio/projectdetail/1531789)
Url2: [PAPC Project](https://aistudio.baidu.com/aistudio/projectdetail/1555858)## Contact us
Email : [[email protected]]()
QQ Group : 1005109853