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
|
@@ -1,10 +1,8 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- kernels
|
| 4 |
-
- sam3
|
| 5 |
---
|
| 6 |
|
| 7 |
# sam3_kernels
|
| 8 |
|
| 9 |
-
This is a build for some kernel utilities for computer vision, including generic_nms and connected_components
|
| 10 |
-
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- kernels
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# sam3_kernels
|
| 7 |
|
| 8 |
+
This is a build for some kernel utilities for computer vision, including generic_nms and connected_components
|
|
|