Applying classifier made in CC to a large .pcd in python

For any question related to the 3DMASC forum
Post Reply
SLAM_enjoyer
Posts: 1
Joined: Thu Jun 06, 2024 10:18 pm

Applying classifier made in CC to a large .pcd in python

Post by SLAM_enjoyer »

Hi,

I made a classifier using a subset of my data in CC but I am trying to use it on another similar large .pcd file (76 million points) which is not incredibly efficient on CC (takes a while and crashes every once in a while). I was reading through [https://lidar.univ-rennes.fr/en/3dmasc#p-138][/url] and saw that you can import it using cv2, but how would I go about applying the classifier? You probably need to load the point cloud using open3d and convert it to a NumPy array, but what about the features? After I've labelled all the points, how do I create the new point cloud object with labels? I've looked a bit but haven't found such a guide or existing implementation for 3DMASC so any help would be appreciated.
paul.leroy
Posts: 38
Joined: Tue Dec 01, 2020 1:21 pm

Re: Applying classifier made in CC to a large .pcd in python

Post by paul.leroy »

Quite a large amount of questions to answer, some of them not really related to 3DMASC but rather to point clouds and machine learning in Python. Anyway, I put some documentation here, this should help you:
https://lidar-platform.readthedocs.io/e ... dmasc.html
Post Reply