Closed chunduriv closed 2 months ago
tf.image.image_gradients
can be implemented as a function here in Keras 3 - reference code https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/python/ops/image_ops_impl.py#L4612-L4683
Other than this everything else LGTM.
This PR changes the Monocular depth estimation example to keras 3.0 (Tensorflow backend only), as requested in https://github.com/keras-team/keras-cv/issues/2211
Please review the attached gist.