From 2c7e86980e304f8198f2fa44e1102f82ef87adcf Mon Sep 17 00:00:00 2001 From: makseq-msi3 Date: Mon, 10 Feb 2020 20:36:28 +0300 Subject: [PATCH] Doc fixes, image classification template added. --- README.md | 10 ++++++---- docs/source/templates/image_classification.md | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 docs/source/templates/image_classification.md diff --git a/README.md b/README.md index 80fef470b5ab..5771f0008e2d 100644 --- a/README.md +++ b/README.md @@ -106,19 +106,21 @@ The list of supported use cases for data annotation. Please contribute your own | Task | Description | |-|-| | **Image** | | -| Classification | Put images into categories | +| [Classification](https://labelstud.io/templates/image_classification.html) | Put images into categories | | Object Detection | Detect objects in an image using a bounding box or polygons | | Semantic Segmentation | Detect for each pixel the object category it belongs to | | Pose Estimation | Mark positions of a person’s joints | | **Text** | | -| Classification | Put texts into categories | +| [Classification](https://labelstud.io/templates/sentiment_analysis.html) | Put texts into categories | | Summarization | Create a summary that represents the most relevant information within the original content | | HTML Tagging | Annotate things like resumes, research, legal papers and excel sheet converted to HTML | | **Audio** | | -| Classification | Put audios into categories | +| [Classification](https://labelstud.io/templates/audio_classification.html) | Put audios into categories | | Speaker Diarisation | partitioning an input audio stream into homogeneous segments according to the speaker identity | | Emotion Recognition | Tag and identifying emotion from the audio | -| Transcription | Write down verbal communication in text | +| Transcription | Write down verbal communication in text | +| **Video** | | +| [Classification](https://labelstud.io/templates/video_classification.html) | Put videos into categories | | **Comparison** | | | Pairwise | Comparing entities in pairs to judge which of each entity is preferred | | Ranking | Sort items in the list according to some property | diff --git a/docs/source/templates/image_classification.md b/docs/source/templates/image_classification.md new file mode 100644 index 000000000000..9dbf3f94c1a7 --- /dev/null +++ b/docs/source/templates/image_classification.md @@ -0,0 +1,19 @@ +--- +title: Image Classification +type: templates +order: 207 +--- + +Image classification with checkboxes. + +## Config + +```html + + + + + + + +```