kernels-bot commited on
Commit
3dc41c1
·
verified ·
1 Parent(s): f6024e5

Uploaded using `kernel-builder`.

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: kernels
3
+ ---
4
+
5
+ This is the repository card of kernels-community/cv-utils that has been pushed on the Hub. It was built to be used with the [`kernels` library](https://github.com/huggingface/kernels). This card was automatically generated.
6
+
7
+ ## How to use
8
+
9
+ ```python
10
+ # make sure `kernels` is installed: `pip install -U kernels`
11
+ from kernels import get_kernel
12
+
13
+ kernel_module = get_kernel("kernels-community/cv-utils")
14
+ cc_2d = kernel_module.cc_2d
15
+
16
+ cc_2d(...)
17
+ ```
18
+
19
+ ## Available functions
20
+ - `cc_2d`
21
+ - `generic_nms`
22
+
23
+ ## Benchmarks
24
+
25
+ No benchmark available yet.