Skip to content

Commit b738577

Browse files
committed
create a readme file
1 parent 01becd6 commit b738577

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ND-Net++
2+
3+
Created by Carlos Tojal, Daniel Carias, Luis Conde Bento, Hugo Costelha and Catarina Reis from Polytechnic Institute of Leiria.
4+
5+
ND-Net++ is a PointNet++-based point cloud classification, part segmentation and semantic segmentation neural network. ND is an abbreviation for "Normal Distribution".
6+
7+
PointNet++ adopts multiple sampling and grouping stages to hierarchically extract features while abstracting the point cloud. To reduce the size of the network, we propose a new architecture sharing the same hierarchical concept, but estimating normal distributions instead of performing sampling and grouping.
8+
9+
The grouping stage of the PointNet++ generates $K$ groups with $N$ 3-dimensional neighbors ($B \times K \times N \times 3$ tensor). Instead, a normal distribution can represent a neighborhood of points by its mean 3-dimensional vector and its $3 \times 3$ covariance matrix only.

0 commit comments

Comments
 (0)