We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a415aa commit f9c8501Copy full SHA for f9c8501
benchmarks/benchmark_transforms.py
@@ -44,7 +44,6 @@
44
45
try:
46
import kornia as K
47
- import kornia.augmentation as KA
48
49
HAS_KORNIA = True
50
except ImportError:
benchmarks/utils.py
@@ -32,7 +32,6 @@
32
33
34
import cvcuda
35
- import nvcv
36
37
HAS_CUDA_CV = True
38
0 commit comments