chamfer_pcd】的更多相关文章

import tensorflow as tf import numpy as np def distance_matrix(array1, array2): """ arguments: array1: the array, size: (num_point, num_feature) array2: the samples, size: (num_point, num_feature) returns: distances: each entry is the dista…