Update README.md

This commit is contained in:
Xu Ma 2022-02-03 20:08:27 -05:00 committed by GitHub
parent 6ac7d50287
commit 9e91cc2b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,10 +6,7 @@ __Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/rethinking-network-design-and-local-geometry/3d-point-cloud-classification-on-scanobjectnn)](https://paperswithcode.com/sota/3d-point-cloud-classification-on-scanobjectnn?p=rethinking-network-design-and-local-geometry)
[archived: Feb/3/2022]
## TO DO:
- [ ] release paper/codes by Feb/7/2022
- [ ] update std bug (unstable testing)
- [ ] project page
<div align="center">
<img src="overview.png" width="650px" height="300px">
@ -17,6 +14,11 @@ __Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual
Overview of one stage in PointMLP. Given an input point cloud, PointMLP progressively extract local features using residual point MLP blocks. In each stage, we first transform local point using a geometric affine module, then local points are are extracted before and after aggregation respectively. By repeating multiple stages, PointMLP progressively enlarge the receptive field and model entire point cloud geometric information.
## TO DO:
- [ ] release paper/codes by Feb/7/2022
- [ ] update std bug (unstable testing)
- [ ] project page
## Updates Jan/31/2022:
We will release an official code here: [PointMLP-pytorch](https://github.com/13952522076/pointMLP-pytorch)