charlesq34 / frustum-pointnets

Frustum PointNets for 3D Object Detection from RGB-D Data
Apache License 2.0
1.57k stars 538 forks source link

convert tensor to numpy array #113

Open RohDonghyeon opened 4 years ago

RohDonghyeon commented 4 years ago

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

vkorotkine commented 1 year ago

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