Awesome
YouTubeVIS data loading and evaluation
Introduction
This package provides data loading and evaluation functionalities for video instance segmentation on YouTubeVIS. It is built based on COCO API designed for the MSCOCO dataset (http://cocodataset.org/). For evaluation metrics, please refer to the descriptions for details. We have only implemented Python API for YouTubeVIS. API in other languages are not available for now.
Installation
To install:
cd PythonAPI
# To compile and install locally
python setup.py build_ext --inplace
# To install library to Python site-packages
python setup.py build_ext install
Contact
If you have any questions regarding the repo, please create an issue.