Daniel Klitzke
Results
2
issues of
Daniel Klitzke
Hi, I have a problem when executing the following code: pointcloud_np = pointcloud.to_array() p = pcl.PointCloud_PointXYZRGB() p.from_array(pointcloud_np) After that all previously present color information in the pointcloud is lost. All...
platform: windows
**Is your feature request related to a problem? Please describe.** When Evaluating Regression Models one way to do a pointwise evaluation is to plot predictions and ground-truth on a Scatterplot....
enhancement