3d Point Cloud Training in CNN

조회 수: 4 (최근 30일)
Name
Name 2017년 1월 27일
답변: Mahesh Taparia 2021년 1월 15일
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
Name
Name 2017년 1월 27일
I mean how can I create my CNN and how can I train my dataset not prepared

댓글을 달려면 로그인하십시오.

채택된 답변

Tohru Kikawada
Tohru Kikawada 2017년 2월 21일
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
yang zhang
yang zhang 2020년 2월 10일
How to get 2D point cloud images from different angles?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Mahesh Taparia
Mahesh Taparia 2021년 1월 15일
Hi
You can refer to the resources given in the following links:
Hope it will help.

카테고리

Help CenterFile Exchange에서 Display Point Clouds에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by