henghuiding / MOSE-api

[ICCV 2023] MOSE: A New Dataset for Video Object Segmentation in Complex Scenes
https://henghuiding.github.io/MOSE/
318 stars 5 forks source link
benchmark complex-environment dataset iccv2023 video-object-segmentation video-segmentation

MOSE: A New Dataset for Video Object Segmentation in Complex Scenes

🏠[Homepage]πŸ“„[Arxiv]

This repository contains information and tools for the MOSE dataset.

Download

[πŸ”₯02.09.2023: Dataset has been released!]

⬇️ Get the dataset from:

πŸ“¦ Or use gdown:

 # train.tar.gz
 gdown 'https://drive.google.com/uc?id=ID_removed_to_avoid_overaccesses_get_it_by_yourself'

 # valid.tar.gz
 gdown 'https://drive.google.com/uc?id=ID_removed_to_avoid_overaccesses_get_it_by_yourself'

 # test set will be released when competition starts.

Please also check the SHA256 sum of the files to ensure the data intergrity:

3f805e66ecb576fdd37a1ab2b06b08a428edd71994920443f70d09537918270b train.tar.gz
884baecf7d7e85cd35486e45d6c474dc34352a227ac75c49f6d5e4afb61b331c valid.tar.gz

Evaluation

[πŸ”₯02.16.2023: Our CodaLab competition is on live now!]

Please submit your results on

File Structure

The dataset follows a similar structure as DAVIS and Youtube-VOS. The dataset consists of two parts: JPEGImages which holds the frame images, and Annotations which contains the corresponding segmentation masks. The frame images are numbered using five-digit numbers. Annotations are saved in color-pattlate mode PNGs like DAVIS.

Please note that while annotations for all frames in the training set are provided, annotations for the validation set will only include the first frame.

<train/valid.tar>
β”‚
β”œβ”€β”€ Annotations
β”‚ β”‚ 
β”‚ β”œβ”€β”€ <video_name_1>
β”‚ β”‚ β”œβ”€β”€ 00000.png
β”‚ β”‚ β”œβ”€β”€ 00001.png
β”‚ β”‚ └── ...
β”‚ β”‚ 
β”‚ β”œβ”€β”€ <video_name_2>
β”‚ β”‚ β”œβ”€β”€ 00000.png
β”‚ β”‚ β”œβ”€β”€ 00001.png
β”‚ β”‚ └── ...
β”‚ β”‚ 
β”‚ β”œβ”€β”€ <video_name_...>
β”‚ 
└── JPEGImages
  β”‚ 
  β”œβ”€β”€ <video_name_1>
  β”‚ β”œβ”€β”€ 00000.jpg
  β”‚ β”œβ”€β”€ 00001.jpg
  β”‚ └── ...
  β”‚ 
  β”œβ”€β”€ <video_name_2>
  β”‚ β”œβ”€β”€ 00000.jpg
  β”‚ β”œβ”€β”€ 00001.jpg
  β”‚ └── ...
  β”‚ 
  └── <video_name_...>

BibTeX

Please consider to cite MOSE if it helps your research.

@inproceedings{MOSE,
  title={{MOSE}: A New Dataset for Video Object Segmentation in Complex Scenes},
  author={Ding, Henghui and Liu, Chang and He, Shuting and Jiang, Xudong and Torr, Philip HS and Bai, Song},
  booktitle={ICCV},
  year={2023}
}

License

MOSE is licensed under a CC BY-NC-SA 4.0 License. The data of MOSE is released for non-commercial research purpose only.