Skip to content

tensorflow_graphics.image has no attribute 'transformer' #711

Open
@SHMCU

Description

Hi,

Based on the document and code of tensorflow_graphics, it should have tensorflow_graphics.image.transformer, but in my code it complains the following error:

import tensorflow_graphics as tfg
. . . . . .
. . . . . .

img_perspective = tfg.image.transformer.perspective_transform(image=image, transform_matrix=H, resampling_type=tfg.image.transformer.ResamplingType.BILINEAR, border_type=tfg.image.transformer.BorderType.DUPLICATE)
AttributeError: module 'tensorflow_graphics.image' has no attribute 'transformer'

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions