-
你好,我安装了kornia但是还是出现这个错误,你使用的kornia的版本是多少呢?这个源代码可以跑通么?
-
## 📚 Documentation
Image Denoising
https://kornia.readthedocs.io/en/latest/applications/image_denoising.html
Need to use tutorial
I need to remove noise and blur
What should I do?
-
Thanks for sharing the excellent job!
In achieving STN, instead of the pytorch tutorials of STN, the codes adopt "kornia.geometry.transform.warp_perspective" to generate new images.
I wonder why ko…
-
Hello tribe I hope you all are doing well.
so I am attempting to install with runpod and just fast dreambooth notebook.
i get this error
ComfyUI-Manager] default cache updated: https://raw.gi…
-
[Kornia](https://kornia.readthedocs.io/en/latest/index.html) offers great transforms for data augmentation. GDL could replace its in-house augmentations from [augmentation.py](https://github.com/NRCan…
-
See https://github.com/kornia/kornia/pull/142
While trying to debug an error from torchgeometry library when using `body_model.randomize_pose()`, I ran into this error https://github.com/bert-nmt/b…
-
I have tried retraining, but I got an error like this _AttributeError: module 'kornia' has no attribute 'resize'_ . how to fix it?
-
我在[FasterLivePortrait](https://github.com/warmshao/FasterLivePortrait) 有验证过,速度快不少,可以试一下
https://github.com/warmshao/FasterLivePortrait/blob/981057e7d75aba64e69c070a10391690143ad31b/src/utils/crop.p…
-
I'm using `Python 3.8.2` as suggested.
My pip freeze is:
```
addict==2.4.0
APScheduler==3.7.0
attrs==21.2.0
backcall==0.2.0
Brotli==1.0.9
certifi==2021.5.30
charset-normalizer==2.0.4
click==…
-
### Describe the bug
The following should compile in torch script.
But there is an error because of type-checking.
```python
import kornia
import torch
print("kornia.__version__", kornia…