객체 검출 및 분류
딥러닝 신경망을 사용하여 라이다 포인트 클라우드 데이터에서 객체를 검출하고 분류
Lidar Toolbox™ 함수를 사용하면 딥러닝 신경망을 이용해 포인트 클라우드에서 객체를 검출하여 사전 정의된 범주로 분류할 수 있습니다. 객체 검출에는 PointPillars 신경망과 Voxel R-CNN 신경망을 사용하고 객체 분류에는 PointNet++ 신경망을 사용할 수 있습니다. 이러한 신경망을 훈련시키거나 사용 가능한 사전 훈련된 신경망을 사용하여 자신의 응용 사례에 맞게 추가로 조정할 수 있습니다. 이 툴박스에는 PointPillars 신경망과 SqueezeSegV2 신경망을 위한 CUDA® MEX 코드 생성 프로세스도 포함되어 있습니다.

함수
도움말 항목
- Deep Learning with Point Clouds
Learn point cloud processing using deep learning.
- Get Started with PointPillars
Define PointPillars network and learn how to perform object detection using the same.
- Get Started with Voxel R-CNN
Define voxel region-based convolutional neural network (Voxel R-CNN) and learn how to perform object detection using the same.
- Datastores for Deep Learning (Deep Learning Toolbox)
Learn how to use datastores in deep learning applications.
- 딥러닝 계층 목록 (Deep Learning Toolbox)
MATLAB®에서 제공하는 딥러닝 계층에 대해 알아봅니다.