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
chore: mark as deprecated in favour of cv-utils (#3)
Browse files- chore: mark as deprecated in favour of cv-utils (be7f2010c4d9e5a6c9b21af025f0b8ed03972eab)
README.md
CHANGED
|
@@ -3,6 +3,11 @@ tags:
|
|
| 3 |
- kernels
|
| 4 |
---
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
# cv_utils
|
| 7 |
|
| 8 |
This is a build for some kernel utilities for computer vision, including generic_nms and connected_components
|
|
|
|
| 3 |
- kernels
|
| 4 |
---
|
| 5 |
|
| 6 |
+
> [!WARNING]
|
| 7 |
+
> This repository will soon be deleted as it's now deprecated. Please use [kernels-community/cv-utils](https://huggingface.co/kernels-community/cv-utils).
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
|
| 11 |
# cv_utils
|
| 12 |
|
| 13 |
This is a build for some kernel utilities for computer vision, including generic_nms and connected_components
|