kornia / tutorials

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

Adding ZCA Tutorial #9

Closed ceroytres closed 3 years ago

ceroytres commented 3 years ago

Adding ZCA tutorial draft. Feel free to give feedback.

In reference to https://github.com/kornia/kornia-examples/pull/18#issuecomment-809036911

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 3 years ago

View / edit / reply to this conversation on ReviewNB

edgarriba commented on 2021-04-25T11:55:43Z ----------------------------------------------------------------

remove std out - add

%capture

!pip install kornia numpy matplotlib


review-notebook-app[bot] commented 3 years ago

View / edit / reply to this conversation on ReviewNB

edgarriba commented on 2021-04-25T11:55:43Z ----------------------------------------------------------------

use %capture too


review-notebook-app[bot] commented 3 years ago

View / edit / reply to this conversation on ReviewNB

edgarriba commented on 2021-04-25T11:55:44Z ----------------------------------------------------------------

%capture


edgarriba commented 3 years ago

@ceroytres could you also add badge to colab so that people can directly run it there ?

ceroytres commented 3 years ago

Ok 👍🏽I’ll add these over the weekend

ceroytres commented 3 years ago

Added the %%capture to the suggested cells and the colab badge should at the top of the notebook.

edgarriba commented 3 years ago

Thanks!