Skip to content

Commit

Permalink
trained_model_assets: save predictions under reliability channel, and…
Browse files Browse the repository at this point in the history
… only save building and ground probas
  • Loading branch information
CharlesGaydon committed Oct 19, 2023
1 parent aab439c commit 6c63537
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,6 @@ predict:
_target_: myria3d.models.interpolation.Interpolator
interpolation_k: 10
classification_dict: ${dataset_description.classification_dict}
probas_to_save: all
predicted_classification_channel: PredictedClassification
probas_to_save: [building,ground]
predicted_classification_channel: reliability
entropy_channel: entropy

0 comments on commit 6c63537

Please sign in to comment.