Skip to content

tf.image.resize_bilinear outputs weird when scale from [256, 256] to [96, 96] #17446

@fanshius

Description

@fanshius

I have a three band .tif image of size [256, 256, 3], I tried to scale to [128, 128], the output look fine. However, when I tried to scale to [96, 96] the output is only rgb noises.
Anyone has the same experience?
image = tf.image.resize_images(image, [96, 96])
image

image

Metadata

Metadata

Assignees

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