Skip to content

Commit b39d76e

Browse files
authored
Update README.md
1 parent 4fa584b commit b39d76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
# Mission
88

9-
KerasCV is a layered repository consisting of core components and modeling components. The library is targeted at solving object detection, segmentation, and classification problems for auto-driving, robotics and on device applications.
9+
KerasCV is a layered repository consisting of core components and modeling components.
1010

11-
On the core components, it is made of modular building blocks (ops, functions, layers, metrics, losses, callbacks) that standardizes APIs for computer vision concepts such as data-augmentation pipeline, bounding boxes, keypoints, point clouds, feature pyramid network, etc, so applied computer vision engineers can leverage to quickly assemble production-grade, state-of-the-art
11+
On the core components, it is made of modular building blocks (functions, layers, metrics, losses, callbacks) that standardizes APIs for computer vision concepts such as data-augmentation pipeline, bounding boxes, keypoints, point clouds, feature pyramid network, etc, so applied computer vision engineers can leverage to quickly assemble production-grade, state-of-the-art
1212
training and inference pipelines for common tasks such as image classification, object detection and segmentation, image data augmentation, etc.
1313

1414
On the modeling components, it provides the most widely used models for each task such as ResNet family, MobileNet family, transformer-based models, anchor-based and anchor-free meta architectures, unet models, that are built on top of core components, highly composable and compatible with the Keras trainer (`model.fit`). It aims to provide pre-built models that are mixed-precision compatible, QAT compatible, and xla compilable during training, and generic model optimization tools for deployment on devices such as onboard GPUs, mobile, edge chips.

0 commit comments

Comments
 (0)