-
Notifications
You must be signed in to change notification settings - Fork 331
Refine readme.md #1292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refine readme.md #1292
Changes from 5 commits
27ac3e1
3335a6f
1432e2d
801d0f5
15a4578
edac57f
ea1ca8b
98debde
052b3a3
d064d72
cd8bfa2
0c04fbe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,36 +4,28 @@ | |
|  | ||
| [](https://github.com/keras-team/keras-cv/issues) | ||
|
|
||
| # Vision | ||
| A computer vision library dedicated for auto-driving, robotics and on device applications. | ||
|
|
||
| # Mission | ||
|
|
||
| KerasCV is a layered repository consisting of core components and modeling components. | ||
| KerasCV is a computer vision library of modular computer vision oriented Keras components. | ||
|
||
| These components consist of models, layers, metrics, losses, callbacks, and utility functions. | ||
LukeWood marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 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 | ||
| training and inference pipelines for common tasks such as image classification, object detection and segmentation, image data augmentation, etc. | ||
| The goal of the library is to provide standardized Keras native APIs for common computer vision tasks such as data-augmentation, classification, object detection, image generation, and more. | ||
LukeWood marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| Applied computer vision engineers can leverage KerasCV to quickly assemble production-grade, state-of-the-art training and inference pipelines for all of these common tasks. | ||
|
|
||
| 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. | ||
|
|
||
| KerasCV provides the following values for users: | ||
| - modular mid-level APIs and composable meta architectures | ||
| - mixed-precision and xla enabled components | ||
| - highly optimized, quantization aware training (QAT) enabled models, compatible between GPUs and TPUs. | ||
| - reproducible training results and leaderboard | ||
| - useful tools for evaluation, visualization and explanation. | ||
| - source for inference conversion (TFLite, edge devices, TensorRT, etc) and optimization at model level. | ||
|
|
||
| KerasCV can be understood as a horizontal extension of the Keras API: the components are new first-party | ||
| Keras objects (layers, metrics, etc) that are too specialized to be added to core Keras, but that receive | ||
| the same level of polish and backwards compatibility guarantees as the rest of the Keras API and that | ||
| are maintained by the Keras team itself. | ||
LukeWood marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| In addition to API consistency, KerasCV components are built to be mixed-precision compatible, QAT compatible, xla compilable, and TPU compatible. | ||
LukeWood marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| In the near term, we aim to provide pre-trained models for common tasks such as on-device object detection and NSFW classification. | ||
LukeWood marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
LukeWood marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| We also aim to provide generic model optimization tools for deployment on devices such as onboard GPUs, mobile, edge chips. | ||
LukeWood marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| KerasCV's primary goal is to provide a coherent, elegant, and pleasant API to train state of the art computer vision models. | ||
| Users should be able to train state of the art models using only `Keras`, `KerasCV`, and TensorFlow core (i.e. `tf.data`) components. | ||
|
|
||
| Different from Keras IO, this product focus on meta architectures and training scripts to help users reproduce result from open datasets. | ||
|
|
||
| To learn more about the future project direction, please check the [roadmap](.github/ROADMAP.md). | ||
|
|
||
| ## Quick Links | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.