File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
DF_cloud_to_cloud_distance
DF_cloud_to_mesh_distance Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def RunScript(self,
4646 o_max_deviation = df_error_estimation .compute_max_deviation (o_distances )
4747 o_min_deviation = df_error_estimation .compute_min_deviation (o_distances )
4848
49- return o_distances , o_mse , o_max_deviation , o_min_deviation
49+ return o_distances . tolist () , o_mse , o_max_deviation , o_min_deviation
5050
5151
5252if __name__ == "__main__" :
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def RunScript(self,
4444 o_max_deviation = df_error_estimation .compute_max_deviation (o_distances )
4545 o_min_deviation = df_error_estimation .compute_min_deviation (o_distances )
4646
47- return o_distances , o_mse , o_max_deviation , o_min_deviation
47+ return o_distances . tolist () , o_mse , o_max_deviation , o_min_deviation
4848
4949
5050if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments