Skip to content

Commit 14d492b

Browse files
committed
updates
1 parent c9ca6b1 commit 14d492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/3DVL/简析PointNet++.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ class PointNetFeaturePropagation(nn.Module):
820820

821821
#### 点云语义分割模型
822822

823-
下面给出的是一个**基于PointNet++**的点云语义分割模型定义 ,其主要功能是:
823+
下面给出的是一个基于PointNet++的点云语义分割模型定义 ,其主要功能是:
824824

825825
- 对输入点云中的每个点进行分类(如桌子、椅子、地板等),输出每个点的类别概率。
826826

0 commit comments

Comments
 (0)