Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ And the `make setup` which will pip install the requirements.
The kornia tutorials are jupyter notebooks (you can find them into [./nbs/](./nbs/) directory). Each notebook corresponds into a
"blogpost" page within the same content. The notebook is compiled into a webpage by quarto, which means you can write a
tutorial using a jupyter notebook with the normal pattern of Python and Markdown cells. This enable some special features
, for use it we recomment you to check the [quarto docs](https://quarto.org/docs/).
, to it we recomment you to check the [quarto docs](https://quarto.org/docs/).

Aside from the content of the tutorial, the first cell of the notebook should have a header content (markdown cell). This header
allow us to have thumbmail, author, categories, etc. This header should look like:
Expand All @@ -64,8 +64,8 @@ image: "../tutorials/assets/<YOUR TUTORIAL THUMBMAIL FILENAME HERE>.png"
<a href="https://colab.sandbox.google.com/github/kornia/tutorials/blob/master/nbs/<YOUR TUTORIAL FILENAME HERE>.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open in google colab"></a>
```

For this header you should generate a image to be used as thumbmail, and save it into the [tutorials/assets/](./tutorials/assets/)
directory. Also update the link for the colab, for user can be able to directly open your tutorial into the colab. You can add
For this header you should generate an image to be used as thumbmail, and save it into the [tutorials/assets/](./tutorials/assets/)
directory. Also update the link for the colab, so users can directly open your tutorial into the colab. You can add
`N` categories, look at the categories already available in the README, if you want to use a different one, please update the
README too.

Expand Down Expand Up @@ -114,6 +114,7 @@ By generic type/category
- 2D
- Unsupervised
- Self-supervised
- Presets

By specific names of models / API
- SOLD2
Expand Down
661 changes: 661 additions & 0 deletions nbs/adaptive_discriminator_augmentation_preset.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.