필터 지우기
필터 지우기

Source code for trainPoint​PillarsObj​ectDetecto​r

조회 수: 3 (최근 30일)
gaurav
gaurav 2024년 3월 3일
편집: Walter Roberson 2024년 3월 3일
I am working on lidar data of my own and I want to use pointpillar object detector and while using the trainPointPillarsObjectDetector function i am encountering some error so i need to make some changes in the source code but i am unable to find it so please guide me regarding the same.
error:
Error using
dlnetwork/initialize Invalid network.
Error in trainPointPillarsObjectDetector (line 210)
dlnet = initialize(dlnet);
Caused by: Layer 'cnn|concatenate': Input size mismatch.
Size of input to this layer is different from the expected input size. Inputs to this layer:
from layer 'cnn|up1|bn' (size 69(S) × 125(S) × 128(C) × 1(B))
from layer 'cnn|up2|bn' (size 70(S) × 126(S) × 128(C) × 1(B))
from layer 'cnn|up3|bn' (size 72(S) × 128(S) × 128(C) × 1(B))

채택된 답변

Karl
Karl 2024년 3월 3일
You should be able to find the path to the source code using the which function:
which('trainPointPillarsObjectDetector.m')
On my system, with Lidar Toolbox installed, this returns:
matlabroot/toolbox/lidar/lidar/trainPointPillarsObjectDetector.m

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Labeling, Segmentation, and Detection에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by