Skip to content

Commit

Permalink
Unexport bbox conversion util
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 13, 2024
1 parent 65e8051 commit db456b7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Converter functions for working with bounding box formats."""

from keras.src import ops
from keras.src.api_export import keras_export
from keras.src.utils import tf_utils


Expand Down Expand Up @@ -190,7 +189,6 @@ def _xyxy_to_rel_yxyx(boxes, images=None, image_shape=None):
}


@keras_export("keras.utils.bounding_boxes.convert_format")
def convert_format(
boxes, source, target, images=None, image_shape=None, dtype="float32"
):
Expand Down

0 comments on commit db456b7

Please sign in to comment.