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
| std::vector<torch::Tensor> connected_components_labeling_2d(const torch::Tensor &inputs, bool get_counts); | |
| torch::Tensor generic_nms(const torch::Tensor &dets, const torch::Tensor &scores, double iou_threshold, bool use_iou_matrix); |