Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fixed typo on spelling of semantic_segmentation (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Riba <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 12, 2021
1 parent f320720 commit 9868971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/reference/semantic_segmentation.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

.. _semantinc_segmentation:
.. _semantic_segmentation:

######################
Semantinc Segmentation
Semantic Segmentation
######################

********
The task
********
Semantic segmentation, or image segmentation, is the task of performing classification at a pixel-level, meaning each pixel will associated to a given class. The model output shape is ``(batch_size, num_classes, heigh, width)``.
Semantic Segmentation, or image segmentation, is the task of performing classification at a pixel-level, meaning each pixel will associated to a given class. The model output shape is ``(batch_size, num_classes, heigh, width)``.

See more: https://paperswithcode.com/task/semantic-segmentation

Expand Down

0 comments on commit 9868971

Please sign in to comment.