You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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'
The text was updated successfully, but these errors were encountered: