294coder / PointNet_paddle

PointNet paddle implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PointNet_paddle

implementation of PointNet using Paddle(classification only).

Paper

image-20210825055752643

here

Environment

sklearn>=0.24.0

paddle>=0.2.0

tqdm

Params

Total params: 3,483,377

Trainable params: 3,459,569

Non-trainable params: 23,808

Performance

use AdamW as optimizer with learn rate 0.0001

Model Accuracy
PointNet(Offical) 89.2
PointNet(PyTorch) 90.6
PointNet(Paddle) 91.2

Dataset

ModelNet40

Download datasets here

train : 9843

test : 2468

Quickstart

  • download dataset and unzip it into 'data'.

  • run 'train.py'

  • check points will be saved in 'check_points'

About

PointNet paddle implementation


Languages

Language:Python 100.0%