tfio.experimental.image.decode_obj

Decode a Wavefront (obj) file into a float32 tensor.

contents A 0-dimensional Tensor of type string, i.e the content of the Wavefront (.obj) file.
name A name for the operation (optional).

A Tensor of type float32 and shape of [n, 3] for vertices.