graphics icon indicating copy to clipboard operation
graphics copied to clipboard

tensorflow_graphics.image has no attribute 'transformer'

Open SHMCU opened this issue 2 years ago • 0 comments

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'

SHMCU avatar Dec 16 '22 06:12 SHMCU