Is it possible to use deep learning with 3d point cloud?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am working with a point cloud.
I would like to develop a deep learning method which is able to recognize specific 3d geometry in a point cloud.
Is it possible to work directly with deep learning and point cloud or i need to make 2d projection of my 3d object ?
1 commentaire
Srivardhan Gadila
le 29 Sep 2021
Refer to the following resources: Lidar Toolbox - Labeling, Segmentation, and Detection & Getting started with PointNet++
Réponses (2)
Kenta
le 2 Déc 2020
Yes, you can use PointNet to recognize the point cloud data. You do not need the 2d projection and directly feed point clouds into the PointNet.
This is a demo for PointNet classification. I hope it helps you.
0 commentaires
Voir également
Catégories
En savoir plus sur Point Cloud Processing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!