Automate point cloud classification for multiple tiles

For any question related to the 3DMASC forum
Post Reply
vincen
Posts: 10
Joined: Tue Mar 26, 2024 5:17 pm

Automate point cloud classification for multiple tiles

Post by vincen »

Hello again,

I was wondering if there was a way to automate the classification of 158 SfM point cloud tiles, either with 3DMASC or CANUPO.

There is about 1 billion points in my original point cloud so I do not have a choice but to do some tiling.

Is one training efficient for the other tiles ?

Thank You

Vincent
daniel
Site Admin
Posts: 7381
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Automate point cloud classification for multiple tiles

Post by daniel »

I'm not the expert, but I believe as long as the other tiles have the same density and objects of the same scale, then the classifier should work on these tiles as well.

And you can normally automate the process via the command line.
Daniel, CloudCompare admin
paul.leroy
Posts: 22
Joined: Tue Dec 01, 2020 1:21 pm

Re: Automate point cloud classification for multiple tiles

Post by paul.leroy »

This is one thing that really matters in the world of classification: "does my classifier generalizes well?".

If so, you are a happy machine learning user.

If not, you will have to investigate and find the reason why samples not seen during the training phase are not well classified.
You may have to rework your training sample set to cover the variety of configurations. I would recommend to select samples not only in one tile but rather pick up relevant samples in an area larger than a single tile otherwise you will miss the diversity of your overall dataset. But it really depends on your specific problem. If tiles are very similar, a classifier trained on one tile should generalize on the others.
Post Reply