Skip to content

Check which image ops are compatible with tf.data.Dataset #332

@facaiy

Description

@facaiy

Follow up #243.

Here is a check list:

  • dense_image_warp
  • sparse_image_warp
  • interpolate_bilinear
  • euclidean_distance_transform
  • adjust_hsv_in_yiq
  • random_hsv_in_yiq
  • mean_filter2d
  • median_filter2d
  • angles_to_projective_transforms
  • matrices_to_flat_transforms
  • rotate
  • transform

Like what we did in #330, feel free to open a pull request for each op:

  1. Add test for unknown rank image tensor.
  2. Fix it if possible. Otherwise, please notice users that the op is not compatible with unknown rank tensor (shape=None) in its document.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions