Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 700 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 700 Bytes

Semantic-Segmentation

Trained and deployed a Semantic Segmentation model using Amazon Sagemaker. Used the semantic segmentation algorithm from Sagemaker to create, train and deploy a model that will be able to segment images of dogs and cats from the popular IIIT-Oxford Pets Dataset into 3 unique pixel values. That is, each pixel of an input image would be classified as either foreground (pet), background (not a pet), or unclassified (transition between foreground and background).