【发布时间】:2019-09-10 14:49:03
【问题描述】:
如何在 TensorFlow 2.0 中编写适用于数字图像的仿射变换?
我已经尝试过 TensorFlow 1.14 中的 tf.keras.preprocessing.image.apply_affine_transform,但 TensorFlow 2.0 没有这样的转换。现在我需要 TensorFlow 2.0。
【问题讨论】:
-
这个答案可能会有所帮助:stackoverflow.com/a/55752196/9055614
-
你有 tensorflow 插件:tensorflow.org/addons/api_docs/python/tfa/image/transform_ops
标签: affinetransform tensorflow2.0