diff --git a/docs/source/templates/contextual_scrolling.md b/docs/source/templates/contextual_scrolling.md index e291d7dd390b..5711d51309ff 100644 --- a/docs/source/templates/contextual_scrolling.md +++ b/docs/source/templates/contextual_scrolling.md @@ -8,7 +8,7 @@ meta_title: Contextual Scrolling meta_description: Template annotating transcriptions in their audio context. --- - + Playback synchronization between audio and corresponding paragraph segments provides you with enhanced context and control resulting in high-quality annotated datasets and increased productivity when performing conversational analysis. diff --git a/docs/source/templates/gallery_asr.ejs b/docs/source/templates/gallery_asr.ejs index 55bc6991fdac..079c841a24dc 100644 --- a/docs/source/templates/gallery_asr.ejs +++ b/docs/source/templates/gallery_asr.ejs @@ -73,6 +73,6 @@ cards: - dialogue analysis - audio transcription - speech recognition and segmentation - image: "/images/templates-misc/contextual_scrolling.png" + image: "/images/templates/thumbnail-conversation-sentiment.png" url: "/templates/contextual_scrolling.html" --- diff --git a/docs/source/templates/gallery_cv.ejs b/docs/source/templates/gallery_cv.ejs index 1e74cfc8031b..2616a5c5649c 100644 --- a/docs/source/templates/gallery_cv.ejs +++ b/docs/source/templates/gallery_cv.ejs @@ -41,7 +41,7 @@ cards: - title: Multi-page Document Annotation categories: - Documentation annotation - image: "/images/templates/repeater-tag-multi-page-document-annotation.png" + image: "/images/templates/multipage.png" url: "/templates/multi-page-document-annotation.html" - title: Image Classification categories: diff --git a/docs/source/templates/gallery_llm_evals.ejs b/docs/source/templates/gallery_llm_evals.ejs index 4ff8ac592bd8..80930e2e1671 100644 --- a/docs/source/templates/gallery_llm_evals.ejs +++ b/docs/source/templates/gallery_llm_evals.ejs @@ -10,7 +10,7 @@ cards: categories: - LLM evaluation - Text classification - image: "/images/templates/response-moderation.png" + image: "/images/templates/generative-chatbot-assessment.png" url: "/templates/llm_response_moderation.html" - title: LLM Response Grading diff --git a/docs/source/templates/gallery_videos.ejs b/docs/source/templates/gallery_videos.ejs index 1637190a4673..adfbd6947660 100644 --- a/docs/source/templates/gallery_videos.ejs +++ b/docs/source/templates/gallery_videos.ejs @@ -17,7 +17,7 @@ cards: - video segmentation - object detection - audio sync - image: "/images/videoplayer.png" + image: "/images/templates/video-object-tracking.png" url: "/templates/video_object_detector.html" - title: Video Timeline Segmentation diff --git a/docs/source/templates/llm_response_moderation.md b/docs/source/templates/llm_response_moderation.md index 3f555547968a..83617fcf5c98 100644 --- a/docs/source/templates/llm_response_moderation.md +++ b/docs/source/templates/llm_response_moderation.md @@ -9,7 +9,7 @@ meta_description: Apply content moderation to a single LLM response. date: 2024-07-26 14:15:16 --- - + The simplest form of LLM system evaluation is to moderate a single response generated by the LLM. diff --git a/docs/source/templates/video_object_detector.md b/docs/source/templates/video_object_detector.md index cb0977c181ff..e56c66607599 100644 --- a/docs/source/templates/video_object_detector.md +++ b/docs/source/templates/video_object_detector.md @@ -9,6 +9,8 @@ meta_title: Video Object Detection Data Labeling Template meta_description: Template for detecting objects in videos with Label Studio for your machine learning and data science projects. --- + + Video object detection is aimed at detecting object in a video stream with bounding boxes, as opposed to [Image object detection](/templates/image_bbox.html) with static images. Video object tracking is a further extension where detected objects are tracked as they move around video frames, in both spatial and temporal directions. diff --git a/docs/themes/v2/source/images/templates-misc/audio-classification-segments.png b/docs/themes/v2/source/images/templates-misc/audio-classification-segments.png index 1b2e7571967f..5b1e2552ea5f 100644 Binary files a/docs/themes/v2/source/images/templates-misc/audio-classification-segments.png and b/docs/themes/v2/source/images/templates-misc/audio-classification-segments.png differ diff --git a/docs/themes/v2/source/images/templates-misc/audio-classification.png b/docs/themes/v2/source/images/templates-misc/audio-classification.png index f59b9059cbf4..005e95213c3e 100644 Binary files a/docs/themes/v2/source/images/templates-misc/audio-classification.png and b/docs/themes/v2/source/images/templates-misc/audio-classification.png differ diff --git a/docs/themes/v2/source/images/templates-misc/contextual_scrolling.png b/docs/themes/v2/source/images/templates-misc/contextual_scrolling.png deleted file mode 100644 index 9674648f21ec..000000000000 Binary files a/docs/themes/v2/source/images/templates-misc/contextual_scrolling.png and /dev/null differ diff --git a/docs/themes/v2/source/images/templates-misc/dialogue-analysis.png b/docs/themes/v2/source/images/templates-misc/dialogue-analysis.png index a90c2d158ea1..3c1da584ceb2 100644 Binary files a/docs/themes/v2/source/images/templates-misc/dialogue-analysis.png and b/docs/themes/v2/source/images/templates-misc/dialogue-analysis.png differ diff --git a/docs/themes/v2/source/images/templates-misc/html-classification.png b/docs/themes/v2/source/images/templates-misc/html-classification.png index 95b9c4561145..71cd11dbd7c4 100644 Binary files a/docs/themes/v2/source/images/templates-misc/html-classification.png and b/docs/themes/v2/source/images/templates-misc/html-classification.png differ diff --git a/docs/themes/v2/source/images/templates-misc/multi-image-classification.png b/docs/themes/v2/source/images/templates-misc/multi-image-classification.png index 7f55df886e8b..f3876b5913d3 100644 Binary files a/docs/themes/v2/source/images/templates-misc/multi-image-classification.png and b/docs/themes/v2/source/images/templates-misc/multi-image-classification.png differ diff --git a/docs/themes/v2/source/images/templates-misc/object-detection-ellipses.png b/docs/themes/v2/source/images/templates-misc/object-detection-ellipses.png index a5db3c4e0417..9807c7c8756c 100644 Binary files a/docs/themes/v2/source/images/templates-misc/object-detection-ellipses.png and b/docs/themes/v2/source/images/templates-misc/object-detection-ellipses.png differ diff --git a/docs/themes/v2/source/images/templates-misc/time-series-classification.png b/docs/themes/v2/source/images/templates-misc/time-series-classification.png index 84e44dcec9aa..40798b4ca9cd 100644 Binary files a/docs/themes/v2/source/images/templates-misc/time-series-classification.png and b/docs/themes/v2/source/images/templates-misc/time-series-classification.png differ diff --git a/docs/themes/v2/source/images/templates-misc/voice-activity-detection.png b/docs/themes/v2/source/images/templates-misc/voice-activity-detection.png index e82c90ff930e..3fc65b15b5eb 100644 Binary files a/docs/themes/v2/source/images/templates-misc/voice-activity-detection.png and b/docs/themes/v2/source/images/templates-misc/voice-activity-detection.png differ diff --git a/docs/themes/v2/source/images/templates-misc/website-rating.png b/docs/themes/v2/source/images/templates-misc/website-rating.png index 1f0fafb80647..fd556ba35fec 100644 Binary files a/docs/themes/v2/source/images/templates-misc/website-rating.png and b/docs/themes/v2/source/images/templates-misc/website-rating.png differ diff --git a/label_studio/annotation_templates/videos/video-object-tracking/config.yml b/label_studio/annotation_templates/videos/video-object-tracking/config.yml index ff685464b8f7..fc262890c66c 100644 --- a/label_studio/annotation_templates/videos/video-object-tracking/config.yml +++ b/label_studio/annotation_templates/videos/video-object-tracking/config.yml @@ -1,7 +1,7 @@ title: Video Object Tracking type: community group: Videos -image: /static/templates/object-detection-with-bounding-boxes.png +image: /static/templates/video-object-tracking.png details:

Object tracking in video with bounding boxes

config: | diff --git a/label_studio/core/static/templates/activity-recognition.png b/label_studio/core/static/templates/activity-recognition.png index e125334df422..a3a1e8c9a515 100644 Binary files a/label_studio/core/static/templates/activity-recognition.png and b/label_studio/core/static/templates/activity-recognition.png differ diff --git a/label_studio/core/static/templates/asr-hypotheses.png b/label_studio/core/static/templates/asr-hypotheses.png index ba931fbd05f3..ebfbf4d8a0e0 100644 Binary files a/label_studio/core/static/templates/asr-hypotheses.png and b/label_studio/core/static/templates/asr-hypotheses.png differ diff --git a/label_studio/core/static/templates/automatic-speech-recognition-using-segments.png b/label_studio/core/static/templates/automatic-speech-recognition-using-segments.png index 5599143e48a5..a7e84ed6deac 100644 Binary files a/label_studio/core/static/templates/automatic-speech-recognition-using-segments.png and b/label_studio/core/static/templates/automatic-speech-recognition-using-segments.png differ diff --git a/label_studio/core/static/templates/automatic-speech-recognition.png b/label_studio/core/static/templates/automatic-speech-recognition.png index 5eef06563a8f..8de3d836a532 100644 Binary files a/label_studio/core/static/templates/automatic-speech-recognition.png and b/label_studio/core/static/templates/automatic-speech-recognition.png differ diff --git a/label_studio/core/static/templates/change-point-detection.png b/label_studio/core/static/templates/change-point-detection.png index f604f2b121b7..0e54f66af904 100644 Binary files a/label_studio/core/static/templates/change-point-detection.png and b/label_studio/core/static/templates/change-point-detection.png differ diff --git a/label_studio/core/static/templates/content-based-image-search.png b/label_studio/core/static/templates/content-based-image-search.png index 877c59dc0544..ccb6c9daf89a 100644 Binary files a/label_studio/core/static/templates/content-based-image-search.png and b/label_studio/core/static/templates/content-based-image-search.png differ diff --git a/label_studio/core/static/templates/coreference-resolution-and-entity-linking.png b/label_studio/core/static/templates/coreference-resolution-and-entity-linking.png index 440487f0fa90..1011eac2de8f 100644 Binary files a/label_studio/core/static/templates/coreference-resolution-and-entity-linking.png and b/label_studio/core/static/templates/coreference-resolution-and-entity-linking.png differ diff --git a/label_studio/core/static/templates/document-retrieval.png b/label_studio/core/static/templates/document-retrieval.png index db10bdb85073..dc0510817647 100644 Binary files a/label_studio/core/static/templates/document-retrieval.png and b/label_studio/core/static/templates/document-retrieval.png differ diff --git a/label_studio/core/static/templates/evaluate-rag-automated-metrics.png b/label_studio/core/static/templates/evaluate-rag-automated-metrics.png index dcb05860ba51..5ada60710611 100644 Binary files a/label_studio/core/static/templates/evaluate-rag-automated-metrics.png and b/label_studio/core/static/templates/evaluate-rag-automated-metrics.png differ diff --git a/label_studio/core/static/templates/evaluate-rag-human-feedback.png b/label_studio/core/static/templates/evaluate-rag-human-feedback.png index 1b2afcd6751a..2527a2490804 100644 Binary files a/label_studio/core/static/templates/evaluate-rag-human-feedback.png and b/label_studio/core/static/templates/evaluate-rag-human-feedback.png differ diff --git a/label_studio/core/static/templates/freeform-metadata.png b/label_studio/core/static/templates/freeform-metadata.png index 1f9f602a5e23..438bf7b61d5c 100644 Binary files a/label_studio/core/static/templates/freeform-metadata.png and b/label_studio/core/static/templates/freeform-metadata.png differ diff --git a/label_studio/core/static/templates/generative-chatbot-assessment.png b/label_studio/core/static/templates/generative-chatbot-assessment.png index cebdeb2d9150..9caa3898afd4 100644 Binary files a/label_studio/core/static/templates/generative-chatbot-assessment.png and b/label_studio/core/static/templates/generative-chatbot-assessment.png differ diff --git a/label_studio/core/static/templates/generative-pairwise-human-preference.png b/label_studio/core/static/templates/generative-pairwise-human-preference.png index f6161b557830..f2f8e5eae60a 100644 Binary files a/label_studio/core/static/templates/generative-pairwise-human-preference.png and b/label_studio/core/static/templates/generative-pairwise-human-preference.png differ diff --git a/label_studio/core/static/templates/generative-supervised-llm.png b/label_studio/core/static/templates/generative-supervised-llm.png index 68e278aa6a89..e4623af7bc22 100644 Binary files a/label_studio/core/static/templates/generative-supervised-llm.png and b/label_studio/core/static/templates/generative-supervised-llm.png differ diff --git a/label_studio/core/static/templates/html-entity-recognition.png b/label_studio/core/static/templates/html-entity-recognition.png index 20a7fe702aa4..e238500f092e 100644 Binary files a/label_studio/core/static/templates/html-entity-recognition.png and b/label_studio/core/static/templates/html-entity-recognition.png differ diff --git a/label_studio/core/static/templates/image-captioning.png b/label_studio/core/static/templates/image-captioning.png index 67172e5b5373..2bb493eabe0a 100644 Binary files a/label_studio/core/static/templates/image-captioning.png and b/label_studio/core/static/templates/image-captioning.png differ diff --git a/label_studio/core/static/templates/image-classification.png b/label_studio/core/static/templates/image-classification.png index ed837f55b947..50e5cdddc43c 100644 Binary files a/label_studio/core/static/templates/image-classification.png and b/label_studio/core/static/templates/image-classification.png differ diff --git a/label_studio/core/static/templates/intent-classification-and-slot-filling.png b/label_studio/core/static/templates/intent-classification-and-slot-filling.png index 7f34fea5bdfd..b3752ea12ba6 100644 Binary files a/label_studio/core/static/templates/intent-classification-and-slot-filling.png and b/label_studio/core/static/templates/intent-classification-and-slot-filling.png differ diff --git a/label_studio/core/static/templates/intent-classification.png b/label_studio/core/static/templates/intent-classification.png index 479e77ebe8ba..27ea02230bbc 100644 Binary files a/label_studio/core/static/templates/intent-classification.png and b/label_studio/core/static/templates/intent-classification.png differ diff --git a/label_studio/core/static/templates/inventory-tracking.png b/label_studio/core/static/templates/inventory-tracking.png index f857b9ee2c31..20accc7827c8 100644 Binary files a/label_studio/core/static/templates/inventory-tracking.png and b/label_studio/core/static/templates/inventory-tracking.png differ diff --git a/label_studio/core/static/templates/keypoints.png b/label_studio/core/static/templates/keypoints.png index b4b228c5c550..7f61ddd9937e 100644 Binary files a/label_studio/core/static/templates/keypoints.png and b/label_studio/core/static/templates/keypoints.png differ diff --git a/label_studio/core/static/templates/llm-ranker.png b/label_studio/core/static/templates/llm-ranker.png index 8fa7714b2022..98dd7635c7b2 100644 Binary files a/label_studio/core/static/templates/llm-ranker.png and b/label_studio/core/static/templates/llm-ranker.png differ diff --git a/label_studio/core/static/templates/machine-translation.png b/label_studio/core/static/templates/machine-translation.png index 218704eb6d9b..e2d93d407fbd 100644 Binary files a/label_studio/core/static/templates/machine-translation.png and b/label_studio/core/static/templates/machine-translation.png differ diff --git a/label_studio/core/static/templates/medical-image-classification.png b/label_studio/core/static/templates/medical-image-classification.png index a9f6c7f950ea..6be5c8f4723d 100644 Binary files a/label_studio/core/static/templates/medical-image-classification.png and b/label_studio/core/static/templates/medical-image-classification.png differ diff --git a/label_studio/core/static/templates/multi-turn-chat.png b/label_studio/core/static/templates/multi-turn-chat.png new file mode 100644 index 000000000000..e930eb1512c8 Binary files /dev/null and b/label_studio/core/static/templates/multi-turn-chat.png differ diff --git a/label_studio/core/static/templates/multipage.png b/label_studio/core/static/templates/multipage.png index f9f2a80f9137..d00fad1bbfb3 100644 Binary files a/label_studio/core/static/templates/multipage.png and b/label_studio/core/static/templates/multipage.png differ diff --git a/label_studio/core/static/templates/named-entity-recognition.png b/label_studio/core/static/templates/named-entity-recognition.png index 34cfd4078e4f..349a668bffaf 100644 Binary files a/label_studio/core/static/templates/named-entity-recognition.png and b/label_studio/core/static/templates/named-entity-recognition.png differ diff --git a/label_studio/core/static/templates/object-detection-with-bounding-boxes.png b/label_studio/core/static/templates/object-detection-with-bounding-boxes.png index db59866e15c3..d007a01b3f82 100644 Binary files a/label_studio/core/static/templates/object-detection-with-bounding-boxes.png and b/label_studio/core/static/templates/object-detection-with-bounding-boxes.png differ diff --git a/label_studio/core/static/templates/optical-character-recognition.png b/label_studio/core/static/templates/optical-character-recognition.png index cfde74ca095d..a5b0017c92a1 100644 Binary files a/label_studio/core/static/templates/optical-character-recognition.png and b/label_studio/core/static/templates/optical-character-recognition.png differ diff --git a/label_studio/core/static/templates/outliers-anomaly-detection.png b/label_studio/core/static/templates/outliers-anomaly-detection.png index 0fedb8470643..fe3e6aa318e7 100644 Binary files a/label_studio/core/static/templates/outliers-anomaly-detection.png and b/label_studio/core/static/templates/outliers-anomaly-detection.png differ diff --git a/label_studio/core/static/templates/pairwise-classification.png b/label_studio/core/static/templates/pairwise-classification.png index 1ba92b3e79e1..4a491d7ec9ad 100644 Binary files a/label_studio/core/static/templates/pairwise-classification.png and b/label_studio/core/static/templates/pairwise-classification.png differ diff --git a/label_studio/core/static/templates/pairwise-regression.png b/label_studio/core/static/templates/pairwise-regression.png index 645f7d600d23..c91619555798 100644 Binary files a/label_studio/core/static/templates/pairwise-regression.png and b/label_studio/core/static/templates/pairwise-regression.png differ diff --git a/label_studio/core/static/templates/pdf-classification.png b/label_studio/core/static/templates/pdf-classification.png index 2a4ea95cd481..a451a8b35a32 100644 Binary files a/label_studio/core/static/templates/pdf-classification.png and b/label_studio/core/static/templates/pdf-classification.png differ diff --git a/label_studio/core/static/templates/question-answering.png b/label_studio/core/static/templates/question-answering.png index 59d3e35d56d7..30a420af5c8c 100644 Binary files a/label_studio/core/static/templates/question-answering.png and b/label_studio/core/static/templates/question-answering.png differ diff --git a/label_studio/core/static/templates/relation-extraction.png b/label_studio/core/static/templates/relation-extraction.png index d6cfd7014c0b..5628207bef3f 100644 Binary files a/label_studio/core/static/templates/relation-extraction.png and b/label_studio/core/static/templates/relation-extraction.png differ diff --git a/label_studio/core/static/templates/repeater-tag-multi-page-document-annotation.png b/label_studio/core/static/templates/repeater-tag-multi-page-document-annotation.png deleted file mode 100644 index 1b634d814cf2..000000000000 Binary files a/label_studio/core/static/templates/repeater-tag-multi-page-document-annotation.png and /dev/null differ diff --git a/label_studio/core/static/templates/response-generation.png b/label_studio/core/static/templates/response-generation.png index c59e39f2a224..2c9f25ec130e 100644 Binary files a/label_studio/core/static/templates/response-generation.png and b/label_studio/core/static/templates/response-generation.png differ diff --git a/label_studio/core/static/templates/response-grading.png b/label_studio/core/static/templates/response-grading.png index 39497d6102a6..ee2f947da181 100644 Binary files a/label_studio/core/static/templates/response-grading.png and b/label_studio/core/static/templates/response-grading.png differ diff --git a/label_studio/core/static/templates/response-moderation.png b/label_studio/core/static/templates/response-moderation.png deleted file mode 100644 index 0c934b08a8ca..000000000000 Binary files a/label_studio/core/static/templates/response-moderation.png and /dev/null differ diff --git a/label_studio/core/static/templates/response-selection.png b/label_studio/core/static/templates/response-selection.png index d4c80cfceba2..cb9f3d60fff1 100644 Binary files a/label_studio/core/static/templates/response-selection.png and b/label_studio/core/static/templates/response-selection.png differ diff --git a/label_studio/core/static/templates/semantic-segmentation-with-masks.png b/label_studio/core/static/templates/semantic-segmentation-with-masks.png index 9919eac0ace2..469de0d717bb 100644 Binary files a/label_studio/core/static/templates/semantic-segmentation-with-masks.png and b/label_studio/core/static/templates/semantic-segmentation-with-masks.png differ diff --git a/label_studio/core/static/templates/semantic-segmentation-with-polygons.png b/label_studio/core/static/templates/semantic-segmentation-with-polygons.png index 49c0632e20fb..e8dd8f937d8d 100644 Binary files a/label_studio/core/static/templates/semantic-segmentation-with-polygons.png and b/label_studio/core/static/templates/semantic-segmentation-with-polygons.png differ diff --git a/label_studio/core/static/templates/serp-ranking.png b/label_studio/core/static/templates/serp-ranking.png index aedb8b359b9d..1be88c937261 100644 Binary files a/label_studio/core/static/templates/serp-ranking.png and b/label_studio/core/static/templates/serp-ranking.png differ diff --git a/label_studio/core/static/templates/side-by-side-comparison.png b/label_studio/core/static/templates/side-by-side-comparison.png index 5803211fa83b..4e42042e241b 100644 Binary files a/label_studio/core/static/templates/side-by-side-comparison.png and b/label_studio/core/static/templates/side-by-side-comparison.png differ diff --git a/label_studio/core/static/templates/signal-quality-detection.png b/label_studio/core/static/templates/signal-quality-detection.png index 7f3c3f4243f7..fda2beb38716 100644 Binary files a/label_studio/core/static/templates/signal-quality-detection.png and b/label_studio/core/static/templates/signal-quality-detection.png differ diff --git a/label_studio/core/static/templates/signal-quality.png b/label_studio/core/static/templates/signal-quality.png index 83dd121581ab..0cf469f81203 100644 Binary files a/label_studio/core/static/templates/signal-quality.png and b/label_studio/core/static/templates/signal-quality.png differ diff --git a/label_studio/core/static/templates/sound-event-detection.png b/label_studio/core/static/templates/sound-event-detection.png index bbc841f8166a..048fb5239684 100644 Binary files a/label_studio/core/static/templates/sound-event-detection.png and b/label_studio/core/static/templates/sound-event-detection.png differ diff --git a/label_studio/core/static/templates/speaker-segmentation.png b/label_studio/core/static/templates/speaker-segmentation.png index c0bd7132f07f..dcf9586e5f31 100644 Binary files a/label_studio/core/static/templates/speaker-segmentation.png and b/label_studio/core/static/templates/speaker-segmentation.png differ diff --git a/label_studio/core/static/templates/tabular-data.png b/label_studio/core/static/templates/tabular-data.png index 36b30d87e8bc..b36ccc19a9b5 100644 Binary files a/label_studio/core/static/templates/tabular-data.png and b/label_studio/core/static/templates/tabular-data.png differ diff --git a/label_studio/core/static/templates/taxonomy.png b/label_studio/core/static/templates/taxonomy.png index 1e7f188f2bdc..8398967db397 100644 Binary files a/label_studio/core/static/templates/taxonomy.png and b/label_studio/core/static/templates/taxonomy.png differ diff --git a/label_studio/core/static/templates/text-classification.png b/label_studio/core/static/templates/text-classification.png index 65a3ccf95d78..cae06bc08f04 100644 Binary files a/label_studio/core/static/templates/text-classification.png and b/label_studio/core/static/templates/text-classification.png differ diff --git a/label_studio/core/static/templates/text-summarization.png b/label_studio/core/static/templates/text-summarization.png index 3d51898d10de..1514bc814b78 100644 Binary files a/label_studio/core/static/templates/text-summarization.png and b/label_studio/core/static/templates/text-summarization.png differ diff --git a/label_studio/core/static/templates/text-to-image.png b/label_studio/core/static/templates/text-to-image.png index 455d1ac95ce8..c4c607ff7fbc 100644 Binary files a/label_studio/core/static/templates/text-to-image.png and b/label_studio/core/static/templates/text-to-image.png differ diff --git a/label_studio/core/static/templates/thumbnail-audio-sentiment.png b/label_studio/core/static/templates/thumbnail-audio-sentiment.png index 8128665801c5..c24ae30a86b9 100644 Binary files a/label_studio/core/static/templates/thumbnail-audio-sentiment.png and b/label_studio/core/static/templates/thumbnail-audio-sentiment.png differ diff --git a/label_studio/core/static/templates/thumbnail-conversation-sentiment.png b/label_studio/core/static/templates/thumbnail-conversation-sentiment.png index 39c844d20f18..43bcd71643be 100644 Binary files a/label_studio/core/static/templates/thumbnail-conversation-sentiment.png and b/label_studio/core/static/templates/thumbnail-conversation-sentiment.png differ diff --git a/label_studio/core/static/templates/time-series-forecasting.png b/label_studio/core/static/templates/time-series-forecasting.png index 00ed5e656de6..a72dc328871f 100644 Binary files a/label_studio/core/static/templates/time-series-forecasting.png and b/label_studio/core/static/templates/time-series-forecasting.png differ diff --git a/label_studio/core/static/templates/video-classification.png b/label_studio/core/static/templates/video-classification.png index c7142ab87fbb..b3effdeaedcc 100644 Binary files a/label_studio/core/static/templates/video-classification.png and b/label_studio/core/static/templates/video-classification.png differ diff --git a/label_studio/core/static/templates/video-frame-classification.png b/label_studio/core/static/templates/video-frame-classification.png index 40cdf7627a0e..d6c789e0953a 100644 Binary files a/label_studio/core/static/templates/video-frame-classification.png and b/label_studio/core/static/templates/video-frame-classification.png differ diff --git a/label_studio/core/static/templates/video-object-tracking.png b/label_studio/core/static/templates/video-object-tracking.png new file mode 100644 index 000000000000..53f35fb5b49a Binary files /dev/null and b/label_studio/core/static/templates/video-object-tracking.png differ diff --git a/label_studio/core/static/templates/video-timeline-segmentation.png b/label_studio/core/static/templates/video-timeline-segmentation.png index c5f7aa035716..97c1b35744ca 100644 Binary files a/label_studio/core/static/templates/video-timeline-segmentation.png and b/label_studio/core/static/templates/video-timeline-segmentation.png differ diff --git a/label_studio/core/static/templates/visual-genome.png b/label_studio/core/static/templates/visual-genome.png index 08f3836d7991..9b4b388be330 100644 Binary files a/label_studio/core/static/templates/visual-genome.png and b/label_studio/core/static/templates/visual-genome.png differ diff --git a/label_studio/core/static/templates/visual-question-answering.png b/label_studio/core/static/templates/visual-question-answering.png index 953f34deab63..f88a6996ce49 100644 Binary files a/label_studio/core/static/templates/visual-question-answering.png and b/label_studio/core/static/templates/visual-question-answering.png differ diff --git a/label_studio/core/static/templates/visual-ranker.png b/label_studio/core/static/templates/visual-ranker.png index 55e808fa8dcb..91ed183d0d6d 100644 Binary files a/label_studio/core/static/templates/visual-ranker.png and b/label_studio/core/static/templates/visual-ranker.png differ