Error getPreviewFromDatastore using Pointpillarsnetwork for deep-learning of lidar point cloud data
1 次查看(过去 30 天)
显示 更早的评论
I am doing the example of 'Lidar 3-D Object Detection Using PointPillars Deep Learning'
I got the below error message.
Can i get your advice to pass to next sentence? I am using 2022a.
Unrecognized function or variable 'getPreviewFromDatastore'.
Error in minibatchqueue (line 290)
numVariables = numel(getPreviewFromDatastore(originalDatastore));
Error in trainPointPillarsObjectDetector (line 146)
mbq = minibatchqueue(...
Error in run (line 207)
[detector,info] = trainPointPillarsObjectDetector(cdsAugmented,detector,options);
0 个评论
回答(1 个)
Varun Sai Alaparthi
2023-1-9
Hello KRPark,
‘getPreviewFromDatastore’ is an inbuilt function. The issue you are facing is most likely because you don’t have the necessary toolboxes installed.
Can you please verify if you have installed computer vision, deep learning and lidar toolboxes by checking in Addon’s section in MATLAB. If not, please install them and try again.
I hope this information helps and please reach out for any further issues.
Sincerely
Varun
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Labeling, Segmentation, and Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!