Semantic training pt v3m1

operators.ml3d.semantic_training_pt_v3m1(client, data_in_path='/data/files/', out_model_parameters_path='trained_model/model_ptv2m2', class_names='1,2,3,4,5,6,7,8', feature_names='red,green,blue', point_names='X,Y,Z', label_name='classification', resolution=0.05, max_epochs=500, learning_rate=0.01, batch_size=10, final_div_factor=100, div_factor=10, weight_decay=0.005, instance_type='P2')
Pt v3m1 Training

semantic_training_pt_v3m1( client,
data_in_path=’/data/files/’,
out_model_parameters_path=’trained_model/model_ptv2m2’,
class_names=’1,2,3,4,5,6,7,8’,
feature_names=’red,green,blue’,
point_names=’X,Y,Z’,
label_name=’classification’,
resolution=0.05,
max_epochs=500,
learning_rate=0.01,
batch_size=10,
final_div_factor=100,
div_factor=10,
weight_decay=0.005,
instance_type=’P2’ )
Parameters:
  • data_in_path – path to folder that contains the training data

  • out_model_parameters_path – path to model

  • class_names – comma separated list of class names. Class 0 is always given and is used to denote unlabeled points.

  • feature_names – comma separated list of features that are provided

  • point_names – comma separated list of point identifiers in (las/laz)

  • label_name – label name for (las/laz)

  • resolution – resolution of the subsampled point cloud

  • max_epochs – maximum number of epochs

  • learning_rate – learning rate

  • batch_size – batch size

  • final_div_factor – final div factor for learning rate

  • div_factor – div factor for learning rate

  • weight_decay – weight decay

  • instance_type – type of cloud instance used for processing