merve HF staff commited on
Commit
ccfe178
·
1 Parent(s): d683f74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ license: apache-2.0
9
  ---
10
  ## Keras semantic segmentation models on the 🤗Hub! 🐶 🐕 🐩
11
 
12
- Image classification task tells us about a class assigned to an image, and object detection task creates a boundary box on an object in an image. But what if we want to know about the shape of the image? Segmentation models helps us segment images and reveal their shapes. It has many variants. You can host your Keras segmentation models on the Hub.
13
  Semantic segmentation models classify pixels, meaning, they assign a class (can be cat or dog) to each pixel. The output of a model looks like following.
14
  ![Raw Output](./raw_output.jpg)
15
  We need to get the best prediction for every pixel.
 
9
  ---
10
  ## Keras semantic segmentation models on the 🤗Hub! 🐶 🐕 🐩
11
 
12
+ Image classification task tells us about a class assigned to an image, and object detection task creates a boundary box on an object in an image. But what if we want to know about the shape of the image? Segmentation models helps us segment images and reveal their shapes. It has many variants, including, panoptic segmentation, instance segmentation and semantic segmentation.This post is on hosting your Keras semantic segmentation models on Hub.
13
  Semantic segmentation models classify pixels, meaning, they assign a class (can be cat or dog) to each pixel. The output of a model looks like following.
14
  ![Raw Output](./raw_output.jpg)
15
  We need to get the best prediction for every pixel.