Skip to content

Commit 85eae02

Browse files
committed
tether keras.utils.bounding_boxes
1 parent 43428f6 commit 85eae02

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.tether/man/keras.utils.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ audio_dataset_from_directory(
2020
follow_links=False,
2121
verbose=True
2222
)
23+
bounding_boxes: Module(keras.api.utils.bounding_boxes)
2324
clear_session(free_memory=True)
2425
Config(**kwargs)
2526
custom_object_scope(custom_objects)

R/module-tethers.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ NULL
221221
#' @noRd
222222
NULL
223223

224+
#' @title keras.utils.bounding_boxes
225+
#' @name keras.utils.bounding_boxes
226+
#' @tether keras.utils.bounding_boxes
227+
#' @noRd
228+
NULL
229+
224230

225231
#' @title keras
226232
#' @name keras

0 commit comments

Comments
 (0)