tf-image icon indicating copy to clipboard operation
tf-image copied to clipboard

TensorFlow2+ graph image augmentation library optimized for tf.data.Dataset.

Results 3 tf-image issues
Sort by recently updated
recently updated
newest added

Yesterday I would like to try my code with Python 3.11 and TF 2.12.1. I'm using Python 3.8 and TF 2.10.1 as default, and there is everything OK. But after...

The code has run into an error with this setup. When cropping an image, the image should have a non-zero area.

Hi there. In many of the tf_image.core.bboxes functions the required format is [ymin, xmin, ymin, xmax]. Is this a typo? Should the format be [ymin, xmin, **ymax**, xmax]? thank you!