Skip to content

Commit

Permalink
updated readme links, removed infery refs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaydeci committed Nov 13, 2023
1 parent 4fc5595 commit 5d2c93f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ 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://colab.research.google.com/github/Deci-AI/super-gradients/blob/master/notebooks/quickstart_segmentation.ipynb) [Segmentation Quick Start](https://bit.ly/3qKx9m8)
* [![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://bit.ly/3qKx9m8)
* [![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://bit.ly/3qKx9m8)
* [![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
3 changes: 0 additions & 3 deletions notebooks/quickstart_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1502,8 +1502,6 @@
"id": "br7n55Szm4Nq"
},
"source": [
"SG is a production ready library. All the models implemented in SG can be compiled to ONNX and TensorRT. Deci also offers the [Infery](https://docs.deci.ai/docs/installing-infery) library that allows to do inference on models saved in various frameworks with the same API regardless of a framework.\n",
"\n",
"Let's compile our model to ONNX."
]
},
Expand Down Expand Up @@ -1536,7 +1534,6 @@
],
"source": [
"! pip install -qq onnx-simplifier\n",
"! pip install -qq infery\n",
"! pip install -qq torch==1.12"
]
},
Expand Down

0 comments on commit 5d2c93f

Please sign in to comment.