Projective Transformations No Longer Available In Tensorflow 2.0 What Can I Do?
My team are switching to TensorFlow 2.0. I'm working on a data augmentation pipeline. TensorFlow 1.X had tf.contrib.image.transform that allows for projective transformations. Tens
Solution 1:
Functionality previous included in tf.contrib.image.transform
is in the process of being upgraded to TF 2.0 and migrated to TensorFlow Addons (tfa.image
). If you have an immediate need for a specific endpoint that has not yet been added, please file it as an issue in the Addons repo.
Migration, deprecation, and rename fates for tf.contrib
endpoints are detailed in the TensorFlow organization RFC here.
Post a Comment for "Projective Transformations No Longer Available In Tensorflow 2.0 What Can I Do?"