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