Error when computing features
Posted: Thu Oct 03, 2024 3:57 pm
Hello,
I've trained a classifier and I now want to classify (large) point clouds.
Before classifying, I'm computing the features with python using the following command : cc.q3dmasc(clouds, PARAMETERS_PATH + parameter_file, only_features=True, verbose=True)
It seems like the command can't compute the features. It doesn't show any error but it saves files with the following extensions (instead of .sbf):
Do you have any recommendations on how to classify a large point clouds ?
Should I try to reduce as much as possible the number of parameters ?
Do I have to maybe subsampled the point cloud, classify the samples and then merge them back together ?
Thanks
I've trained a classifier and I now want to classify (large) point clouds.
Before classifying, I'm computing the features with python using the following command : cc.q3dmasc(clouds, PARAMETERS_PATH + parameter_file, only_features=True, verbose=True)
It seems like the command can't compute the features. It doesn't show any error but it saves files with the following extensions (instead of .sbf):
Do you have any recommendations on how to classify a large point clouds ?
Should I try to reduce as much as possible the number of parameters ?
Do I have to maybe subsampled the point cloud, classify the samples and then merge them back together ?
Thanks