Skip to content

Commit

Permalink
Merge pull request spmallick#333 from iArunava/pytorch-seg
Browse files Browse the repository at this point in the history
PyTorch Segmentation Updates to the README
  • Loading branch information
spmallick authored Jun 11, 2019
2 parents 703cc63 + b5c50a7 commit afd6131
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions PyTorch-Segmentation-torchvision/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Semantic Segmentation using PyTorch


## Read the blog

Link to the Blog: [Semantic Segmentation using PyTorch](https://www.learnopencv.com/pytorch-for-beginners-semantic-segmentation-using-torchvision/)

## Run on Colab

Link to the Colab Notebook: [Semantic Segmentation using PyTorch](https://colab.research.google.com/github/spmallick/learnopencv/blob/master/PyTorch-Segmentation-torchvision/intro-seg.ipynb)
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Learn OpenCV : C++ and Python Examples. You can find the details at [LearnOpenC

## List of Blog Posts

| Blog Post | |
| Blog Post | |
| ------------- |:-------------|
|[PyTorch for Beginners: Semantic Segmentation using torchvision](https://www.learnopencv.com/pytorch-for-beginners-semantic-segmentation-using-torchvision/) | [Code](https://github.com/spmallick/learnopencv/tree/master/PyTorch-Segmentation-torchvision) |
|[PyTorch for Beginners: Comparison of pre-trained models for Image Classification](https://www.learnopencv.com/image-classification-using-pre-trained-models-using-pytorch/) | [Code](https://github.com/spmallick/learnopencv/tree/master/Image-classification-pre-trained-models/Image_Classification_using_pre_trained_models.ipynb) |
|[PyTorch for Beginners: Basics](https://www.learnopencv.com/pytorch-for-beginners-basics/) | [Code](https://github.com/spmallick/learnopencv/tree/master/PyTorch-for-Beginners/PyTorch_for_Beginners.ipynb) |
|[PyTorch Model Inference using ONNX and Caffe2](https://www.learnopencv.com/pytorch-model-inference-using-onnx-and-caffe2/) | [Code](https://github.com/spmallick/learnopencv/tree/master/Inference-for-PyTorch-Models/ONNX-Caffe2) |
Expand Down

0 comments on commit afd6131

Please sign in to comment.