Hi, thank you for the great project.
I followed the README for EventPointPose and while running Generate_DHP19_pointcloud_all_mean.m I got the following error.
Function 'nanmean' (input argument of type 'single') is undefined.
Error: GetPoseLabels (line 4)
pose(1,:) = nanmean(XYZPOS.XYZPOS.head(last_k:k,:),1);
Error: Generate_DHP19_pointcloud_all_mean (line 260)
pose = GetPoseLabels(XYZPOS, last_k, k, is_MeanLabel);
4 pose(1,:) = nanmean(XYZPOS.XYZPOS.head(last_k:k,:),1);
my environment: Windows 11, MATLAB R2022a
How should I deal with this issue?
Thank you in advance.
Hi, thank you for the great project.
I followed the README for
EventPointPoseand while runningGenerate_DHP19_pointcloud_all_mean.mI got the following error.my environment: Windows 11, MATLAB R2022a
How should I deal with this issue?
Thank you in advance.