I tried the sample code available in README, it looks like library depends on an earlier version of kornia 0.3.2. Since kornia just very recently released 0.4.0 it might be a bit of an early issue but I figured it would be helpful. Also new version of kornia 0.4.0 depends on torch 1.6.0.
I tried the sample code available in README, it looks like library depends on an earlier version of kornia
0.3.2
. Since kornia just very recently released0.4.0
it might be a bit of an early issue but I figured it would be helpful. Also new version of kornia0.4.0
depends on torch1.6.0
.Code
Error
Short-Term Solution
Is there a way to run the sample code without kornia dependency, e.g. by passing custom normalization and augmentations?