Skip to content

Commit

Permalink
Notebooks update (#1634)
Browse files Browse the repository at this point in the history
* updated all notebooks

* final touches

* updated readme links, removed infery refs

* updated qs notebook

* updated all notebooks

---------

Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com>
  • Loading branch information
shaydeci and BloodAxe committed Nov 14, 2023
1 parent 8e36fbe commit 58ec6ae
Show file tree
Hide file tree
Showing 5 changed files with 3,936 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ NOTEBOOKS_TO_RUN += notebooks/what_are_recipes_and_how_to_use.ipynb
NOTEBOOKS_TO_RUN += notebooks/transfer_learning_classification.ipynb
NOTEBOOKS_TO_RUN += notebooks/how_to_use_knowledge_distillation_for_classification.ipynb
NOTEBOOKS_TO_RUN += notebooks/PTQ_and_QAT_for_classification.ipynb
NOTEBOOKS_TO_RUN += notebooks/quickstart_segmentation.ipynb
NOTEBOOKS_TO_RUN += notebooks/segmentation_connect_custom_dataset.ipynb
NOTEBOOKS_TO_RUN += notebooks/transfer_learning_semantic_segmentation.ipynb

# If there are additional notebooks that must not be executed, but still should be checked for version match, add them here
NOTEBOOKS_TO_CHECK := $(NOTEBOOKS_TO_RUN)
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,10 @@ model = models.get("model-name", pretrained_weights="pretrained-model-name")

### Semantic Segmentation

* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://bit.ly/3qKx9m8) [Segmentation Quick Start](https://bit.ly/3qKx9m8)
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://bit.ly/3qKwMbe) [Segmentation Transfer Learning](https://bit.ly/3qKwMbe)
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://bit.ly/3QQBVJp) [How to Connect Custom Dataset](https://bit.ly/3QQBVJp)
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Deci-AI/super-gradients/blob/master/notebooks/quickstart_segmentation.ipynb) [Segmentation Quick Start](https://colab.research.google.com/github/Deci-AI/super-gradients/blob/master/notebooks/quickstart_segmentation.ipynb))
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Deci-AI/super-gradients/blob/master/notebooks/transfer_learning_semantic_segmentation.ipynb) [Segmentation Transfer Learning](https://colab.research.google.com/github/Deci-AI/super-gradients/blob/master/notebooks/transfer_learning_semantic_segmentation.ipynb)
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Deci-AI/super-gradients/blob/master/notebooks/segmentation_connect_custom_dataset.ipynb) [How to Connect Custom Dataset](https://colab.research.google.com/github/Deci-AI/super-gradients/blob/master/notebooks/segmentation_connect_custom_dataset.ipynb)


### Pose Estimation

Expand Down
1,342 changes: 1,342 additions & 0 deletions notebooks/quickstart_segmentation.ipynb

Large diffs are not rendered by default.

1,010 changes: 1,010 additions & 0 deletions notebooks/segmentation_connect_custom_dataset.ipynb

Large diffs are not rendered by default.

1,577 changes: 1,577 additions & 0 deletions notebooks/transfer_learning_semantic_segmentation.ipynb

Large diffs are not rendered by default.

0 comments on commit 58ec6ae

Please sign in to comment.