{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Training Panoptic Head module\n", "\n", "This tutorial explains how to use [LitPanopticDetr] module to train the [PanopticHead] architecture from scratch, using [COCO2017 panoptic annotations] and [COCO2017 detection dataset] as inputs. With that, the new architecture is able to detect boxes and masks for object tasks.\n", "\n", "