JavaShuo
栏目
标签
A GRAPH-CNN FOR 3D POINT CLOUD CLASSIFICATION
时间 2020-12-30
标签
图卷积神经网络
栏目
Java开源
繁體版
原文
原文链接
提出了一种基于图卷积神经网络提取点特征的点云分类网络。 输入N*3的点云,通过切比雪夫多项式的图卷积,先升成N*1000,也就是把每个节点的信息增加到1000维,然后针对global-pooling,再做一次卷积,把两次卷积得到的2个N*1000维的张量,按列取最大和按列算方差(对称函数),则消除了点序的影响,然后两个2*1000的最大向量concat,两个2*1000的方差向量concat,得到
>>阅读原文<<
相关文章
1.
3D Shape Classification——Point-based Graph based
2.
读论文 3D Point Cloud Classification using 3D Modified Fisher Vector Representation for CNN
3.
[Point Cloud] PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation 论文解读
4.
3D 点云识别: Geometric Feedback Network for Point Cloud Classification
5.
Point Encoder GAN: A deep learning model for 3D point cloud inpainting
6.
3D Shape Classification——Point-based Continuous Convolution Networks
7.
3D点云网络:PointNet:Deep Learning on Point Sets for 3D Classification and Segmentation
8.
04 PointAugment: an Auto-Augmentation Framework for Point Cloud Classification
9.
Point Cloud 2019
10.
3D Shape Classification——Point-based Discrete Convolution Network
更多相关文章...
•
RSS
元素
-
RSS 教程
•
PHP vprintf() 函数
-
PHP参考手册
•
Spring Cloud 微服务实战(三) - 服务注册与发现
•
Docker容器实战(一) - 封神Server端技术
相关标签/搜索
point
classification
3d
cloud
cloud+
a'+'a
a+aa+aaa+a...a
f盘
Java开源
云服务
spring cloud
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
安装cuda+cuDNN
2.
GitHub的使用说明
3.
phpDocumentor使用教程【安装PHPDocumentor】
4.
yarn run build报错Component is not found in path “npm/taro-ui/dist/weapp/components/rate/index“
5.
精讲Haproxy搭建Web集群
6.
安全测试基础之MySQL
7.
C/C++编程笔记:C语言中的复杂声明分析,用实例带你完全读懂
8.
Python3教程(1)----搭建Python环境
9.
李宏毅机器学习课程笔记2:Classification、Logistic Regression、Brief Introduction of Deep Learning
10.
阿里云ECS配置速记
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
3D Shape Classification——Point-based Graph based
2.
读论文 3D Point Cloud Classification using 3D Modified Fisher Vector Representation for CNN
3.
[Point Cloud] PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation 论文解读
4.
3D 点云识别: Geometric Feedback Network for Point Cloud Classification
5.
Point Encoder GAN: A deep learning model for 3D point cloud inpainting
6.
3D Shape Classification——Point-based Continuous Convolution Networks
7.
3D点云网络:PointNet:Deep Learning on Point Sets for 3D Classification and Segmentation
8.
04 PointAugment: an Auto-Augmentation Framework for Point Cloud Classification
9.
Point Cloud 2019
10.
3D Shape Classification——Point-based Discrete Convolution Network
>>更多相关文章<<