computervision-recipes icon indicating copy to clipboard operation
computervision-recipes copied to clipboard

Semantic Segmentation

Open seanytak opened this issue 4 years ago • 3 comments

Generic Semantic Segmentation Training Tools using PyTorch and Azure Machine Learning

Adds the following to the contrib section

  • Training script for semantic segmentation model using Azure Machine Learning
  • Utilities to convert from various semantic segmentation label formats
  • Utilities to work with semantic segmentation masks
  • PyTorch dataset for semantic segmentation

Related Issues

Checklist:

  • [X] I have followed the contribution guidelines and code style for this project.
  • [X] This branch is created from staging and not master.
  • [X] This PR is being made to staging and not master.
  • [X] I will squash merge this PR into staging.
  • [X] I have added tests covering my contributions.
  • [X] I have updated the documentation accordingly.

seanytak avatar Sep 28 '21 15:09 seanytak

Thanks for this contribution. Could you please add some more information what this PR does, how to install, with 1-2 screenshots, etc. For example the segmentation/readme file currently is empty.

PatrickBue avatar Oct 04 '21 16:10 PatrickBue

@seanytak Feel free to ping me should you have any questions or comments.

PatrickBue avatar Oct 08 '21 15:10 PatrickBue

@seanytak Great code, all looks good. Let me know once you're ready and I'll merge the code. Two minor comments:

  • could you please update the contrib/README.md file and add your approach to the table.
  • you could add some more info in your own readme.md file, e.g. add screenshots to show what the code does on a high-level. Right now this isn't clear.

PatrickBue avatar Oct 27 '21 20:10 PatrickBue