tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Tutorials organization discussion

Open edgarriba opened this issue 2 years ago • 3 comments

Open this topic to discuss about the organization of the tutorials.

For now I propose to sort them by "difficulty" level:

  1. Basic: like hello world stuff: https://kornia-tutorials.readthedocs.io/en/latest/hello_world_tutorial.html, short ones to use some functionality: https://kornia-tutorials.readthedocs.io/en/latest/color_conversions.html
  2. Intermediate: https://colab.research.google.com/github/kornia/tutorials/blob/master/source/descriptors_matching.ipynb
  3. Advanced: more developed: https://kornia-tutorials.readthedocs.io/en/latest/homography.html
  4. Data augmentation: specific one to show about data augmentation @shijianjian

Another way to organize might by topic. Let's brainstorm a bit /cc @shijianjian @ducha-aiki @lferraz

edgarriba avatar Aug 29 '21 09:08 edgarriba

I like both ways - we can use tags for this, so the tutorial is ranked by difficulty and also has associated topic

ducha-aiki avatar Aug 29 '21 09:08 ducha-aiki

@ducha-aiki we might have to do a bit of research to see if there's any plugin for sphinx to add tags and show according that

edgarriba avatar Aug 29 '21 10:08 edgarriba

I like both ways - we can use tags for this, so the tutorial is ranked by difficulty and also has associated topic

now this can be done using the categories in the header of each tutorial -- I think it's worth refining the ones I used initially (the list is on the readme)

johnnv1 avatar Aug 23 '23 12:08 johnnv1