Instructions to use kernels-community/cv_utils with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/cv_utils with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/cv_utils") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,5 +7,5 @@ tags:
|
|
| 7 |
|
| 8 |
This is a build for some kernel utilities for computer vision, including generic_nms and connected_components
|
| 9 |
|
| 10 |
-
# Warning
|
| 11 |
This kernel will be deprecated in the future, please use https://huggingface.co/kernels-community/cv-utils.
|
|
|
|
| 7 |
|
| 8 |
This is a build for some kernel utilities for computer vision, including generic_nms and connected_components
|
| 9 |
|
| 10 |
+
# Warning ⚠️
|
| 11 |
This kernel will be deprecated in the future, please use https://huggingface.co/kernels-community/cv-utils.
|