About Keras
Getting started
Developer guides
Keras 3 API documentation
Models API
Layers API
Callbacks API
Ops API
Optimizers
Metrics
Losses
Data loading
Built-in small datasets
Keras Applications
Mixed precision
Multi-device distribution
RNG API
Utilities
KerasTuner
KerasCV
Layers
Models
Bounding box formats and utilities
Losses
KerasNLP
KerasHub
Keras 2 API documentation
Code examples
KerasTuner: Hyperparameter Tuning
KerasHub: Pretrained Models
KerasCV: Computer Vision Workflows
KerasNLP: Natural Language Workflows
search
►
Keras 3 API documentation
/
KerasCV
/ Bounding box formats and utilities
Bounding box formats and utilities
Bounding box formats
CENTER_XYWH class
XYWH class
REL_XYWH class
XYXY class
REL_XYXY class
YXYX class
REL_YXYX class
Bounding box utilities
Convert bounding box formats
Compute intersection over union of bounding boxes
Clip bounding boxes to be within the bounds of provided images
Convert a bounding box dictionary to -1 padded Dense tensors
Convert a bounding box dictionary batched Ragged tensors
Ensure that your bounding boxes comply with the bounding box spec
Bounding box formats and utilities
Bounding box formats
Bounding box utilities