Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

open3d.cuda.pybind.geometry.Image to torch tensor dtype cuda without converting to numpy

Open dorp92 opened this issue 1 year ago • 0 comments

Checklist

My Question

Chat GPT suggesting .as_tensor() or o3d.t.geometry.Image.from_legacy_image and torch.utils.dlpack.from_dlpack(o3d_tensor.to_dlpack()) but 'AttributeError: 'open3d.cuda.pybind.geometry.Image' object has no attribute 'as_tensor'' and 'AttributeError: type object 'open3d.cuda.pybind.t.geometry.Image' has no attribute 'from_legacy_image' o3d.__version__ Out[12]: '0.18.0'

dorp92 avatar Oct 18 '24 19:10 dorp92