Source code for trainPointPillarsObjectDetector
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
gaurav
am 3 Mär. 2024
Bearbeitet: Walter Roberson
am 3 Mär. 2024
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))
0 Kommentare
Akzeptierte Antwort
Karl
am 3 Mär. 2024
which('trainPointPillarsObjectDetector.m')
matlabroot/toolbox/lidar/lidar/trainPointPillarsObjectDetector.m
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Recognition, Object Detection, and Semantic Segmentation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!