WhiteFireFox / PAPC

PAPC is a deep learning for point clouds platform based on pure PaddlePaddle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 : agentmaker@163.com

About

PAPC is a deep learning for point clouds platform based on pure PaddlePaddle

License:MIT License


Languages

Language:Python 100.0%