3d Point Cloud Training in CNN

6 visualizaciones (últimos 30 días)
Name
Name el 27 de En. de 2017
Respondida: Mahesh Taparia el 15 de En. de 2021
I have 3d point cloud dataset and I want to train with Convolutional Neural Network
</matlabcentral/answers/uploaded_files/68425/architecture.PNG> I must do model d architecture But How?
I found some examples but all examples for prepared dataset like CIFAR,Imagenet
  1 comentario
Name
Name el 27 de En. de 2017
I mean how can I create my CNN and how can I train my dataset not prepared

Iniciar sesión para comentar.

Respuesta aceptada

Tohru Kikawada
Tohru Kikawada el 21 de Feb. de 2017
As of release R2016b, imageInputLayer of CNN feature in Neural Network Toolbox does not accept 3D images(volume data) or 3D point clouds, but just grayscale or RGB. If you want to apply CNN to 3D point clouds in MATLAB, you'll need to project your point clouds into 2D plane as images using a virtual camera with various angles. pcshow and getframe might be helpful for generating the training images.
  1 comentario
yang zhang
yang zhang el 10 de Feb. de 2020
How to get 2D point cloud images from different angles?

Iniciar sesión para comentar.

Más respuestas (1)

Mahesh Taparia
Mahesh Taparia el 15 de En. de 2021
Hi
You can refer to the resources given in the following links:
Hope it will help.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by