kornia / tutorials

Repository containing the Kornia related tutorials
https://kornia.github.io/tutorials/
Apache License 2.0
45 stars 32 forks source link

Update tutorials to use `kornia.io` #55

Closed johnnv1 closed 1 year ago

johnnv1 commented 1 year ago

Closes #31 and fixes https://github.com/kornia/kornia/issues/833

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

edgarriba commented 1 year ago

Why don’t we use pip install kornia in most of tutorials instead of passing the url ?

johnnv1 commented 1 year ago

Why don’t we use pip install kornia in most of tutorials instead of passing the url ?

yeah, I don't know, yesterday while doing it I thought it was cool to have the "latest version", but thinking about it now, it makes more sense to always have the pip version 😄