kornia / tutorials

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

Tutorials organization discussion #17

Open edgarriba opened 3 years ago

edgarriba commented 3 years ago

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

ducha-aiki commented 3 years ago

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

edgarriba commented 3 years ago

@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

johnnv1 commented 1 year ago

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)