Update README.md

This commit is contained in:
Xu Ma 2021-10-05 16:49:10 -04:00 committed by GitHub
parent 530765c03f
commit c590b599fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework
<div align="center">
<img src="overview.pdf" width="650px" height="300px">
<img src="overview.png" width="650px" height="300px">
</div>
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.