You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you considered using more modern cv libraries such as Kornia ?
We have two different flavour libraries:
Kornia: written in pytorch (gpu) mainly for dl applications with binding support numpy, jax and tf.
Kornia-rs: native implementation in rust for high performance and safety applications such as AI robotics. We have also minimal python bindings there for image io and imgproc.
Hi! Good job with the tutorials.
Have you considered using more modern cv libraries such as Kornia ?
We have two different flavour libraries:
** https://github.com/kornia/kornia-rs
To get some inspiration, one of our maintainers has a course for university too @ducha_aiki **https://cw.fel.cvut.cz/b192/courses/mpv/labs/1_intro/start
The text was updated successfully, but these errors were encountered: