问题标签 [kornia]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
279 浏览

python - can't import kornia.augmentation.functional

I have installed kornia and imorting it like,

but the second line is giving error

Also, this is my directory structure.

directory

But I getting error

when I try to import from FewShot_models.manipulate import *. I am following a code from github and trying to implement that.

0 投票
0 回答
84 浏览

python - AttributeError:模块“kornia”没有属性“get_perspective_transform”

我只是获取 github 代码并在运行时给出了我找到的解决方案并获取 kornia 官方代码以获取透视变换 KORNIA 站点代码:https://kornia.readthedocs.io/en/v0.5.0/tutorials/warp_perspective。 html ,错误在此代码行的底部,错误说:AttributeError:模块'kornia'没有属性'get_perspective_transform'

0 投票
0 回答
20 浏览

python - 从快速移动的物体中去除运动模糊

我正在尝试为视频中的快速移动对象(车牌)实现运动去模糊算法。最先进的算法是什么?

我看到对单帧去模糊和整个视频的视频去模糊的广泛研究......但很少有人关注快速移动的物体(最后一个出版基金是这个:https ://www.mecs-press.org/ijmecs/ /ijmecs-v2-n1/IJMECS-V2-N1-3.pdf,从 2010 年开始)

你有什么建议吗?