# DVIS **Repository Path**: lytlm1994/DVIS ## Basic Information - **Project Name**: DVIS - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-24 - **Last Updated**: 2024-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## Installation
See [Installation Instructions](INSTALL.md).
## Getting Started
See [Preparing Datasets for DVIS](datasets/README.md).
See [Getting Started with DVIS](GETTING_STARTED.md).
## Model Zoo
Trained models are available for download in the [DVIS Model Zoo](MODEL_ZOO.md).
## Citing DVIS
```BibTeX
@article{DVIS,
title={DVIS: Decoupled Video Instance Segmentation Framework},
author={Zhang, Tao and Tian, Xingye and Wu, Yu and Ji, Shunping and Wang, Xuebo and Zhang, Yuan and Wan, Pengfei},
journal={arXiv preprint arXiv:2306.03413},
year={2023}
}
@article{zhang2023vis1st,
title={1st Place Solution for the 5th LSVOS Challenge: Video Instance Segmentation},
author={Zhang, Tao and Tian, Xingye and Zhou, Yikang and Wu, Yu and Ji, Shunping and Yan, Cilin and Wang, Xuebo and Tao, Xin and Zhang, Yuan and Wan, Pengfei},
journal={arXiv preprint arXiv:2308.14392},
year={2023}
}
@article{zhang2023vps1st,
title={1st Place Solution for PVUW Challenge 2023: Video Panoptic Segmentation},
author={Zhang, Tao and Tian, Xingye and Wei, Haoran and Wu, Yu and Ji, Shunping and Wang, Xuebo and Zhang, Yuan and Wan, Pengfei},
journal={arXiv preprint arXiv:2306.04091},
year={2023}
}
```
## Acknowledgement
This repo is largely based on [Mask2Former](https://github.com/facebookresearch/Mask2Former), [MinVIS](https://github.com/NVlabs/MinVIS) and [VITA](https://github.com/sukjunhwang/VITA).
Thanks for their excellent works.