Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@
contains high quality panoramic video annotations with time and cross-camera
consistency.

8. ADE20K panoptic segmentation
(https://groups.csail.mit.edu/vision/datasets/ADE20K/)

Panoptic segmentation annotations for ADE20K dataset. Note that we convert the
provided ADE20K panoptic segmentation format to the following one:
panoptic label = semantic label * 1000 + instance id.

We can use the dataset in the following settings:
- In the multicamera setting, an example contains all camera data within a
frame (i.e., the instance correspondence between cameras are guaranteed).
Expand All @@ -86,6 +79,13 @@
users could ignore the provided depth groundtruth and use the dataset for the
task of panoramic video panoptic segmentation.

8. ADE20K panoptic segmentation
(https://groups.csail.mit.edu/vision/datasets/ADE20K/)

Panoptic segmentation annotations for ADE20K dataset. Note that we convert the
provided ADE20K panoptic segmentation format to the following one:
panoptic label = semantic label * 1000 + instance id.


References:

Expand Down