frustum-pointnets icon indicating copy to clipboard operation
frustum-pointnets copied to clipboard

convert tensor to numpy array

Open RohDonghyeon opened this issue 4 years ago • 1 comments

tensor_type How can i change type to numpy array?

It could not be changed using this method. I got this error. AttributeError: 'Tensor' object has no attribute 'tensor_shape'

How can i change type to visualization Instance segmentation pointcloud.

point

RohDonghyeon avatar Jul 07 '20 06:07 RohDonghyeon

Have you tried https://stackoverflow.com/questions/34097281/convert-a-tensor-to-numpy-array-in-tensorflow ?

vkorotkine avatar Feb 10 '23 17:02 vkorotkine