Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 year ago | |
---|---|---|
.. | ||
data | 1 year ago | |
pointnet | 1 year ago | |
pointnet2 | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
logo.png | 1 year ago | |
pointnet++.pdf | 1 year ago | |
pointnet.pdf | 1 year ago |
This is the repository of PointNet and PointNet++. The original code is implemented by Tensorflow, while we provide PyTorch version of PointNet and PointNet++ in this project.
Note: we only give the illustration of PyTorch version, and please find the original TF code in ./TF.
Python 3.6
PyTorch 1.2.0
CUDA 10.2
You can downlown the data from here, and then unzip it and rename as ./data.
For pointnet,
cd ./pointnet
python train_segmentation.py --mode train
For pointnet++,
cd ./pointnet2
python setup.py install
python train_segmentation2.py --mode train
For pointnet,
bash test.sh
For pointnet++,
bash test.sh
You also can choose different categories to evaluate performance under IOU
Paper:
Chair | Bag | Cap | Car | Guitar | Knife | Lamp | Laptop |
---|---|---|---|---|---|---|---|
89.6 | 78.7 | 82.5 | 74.9 | 91.5 | 85.9 | 80.8 | 95.3 |
pointnet:
Chair | Bag | Cap | Car | Guitar | Knife | Lamp | Laptop |
---|---|---|---|---|---|---|---|
88.6 | 70.5 | 72.9 | 72.1 | 90.2 | 81.9 | 76.6 | 94.5 |
pointnet++:
Chair | Bag | Cap | Car | Guitar | Knife | Lamp | Laptop |
---|---|---|---|---|---|---|---|
89.6 | 78.2 | 76.4 | 76.0 | 90.0 | 83.3 | 80.4 | 94.9 |
Qi, Charles R and Su, Hao and Mo, Kaichun and Guibas, Leonidas J, “PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation,” arXiv preprint arXiv:1612.00593.
Qi, Charles R and Yi, Li and Su, Hao and Guibas, Leonidas J, "Qi, Charles R and Yi, Li and Su, Hao and Guibas, Leonidas J," arXiv preprint arXiv:1706.02413.
name: Zhang Yongchi
email: zhangych02@pcl.ac.cn
Top summary of this collection (point cloud, open source, algorithm library, compression, processing, analysis).
Text Python C++ Cuda Markdown other
Apache-2.0