This repo contains scripts and tutorials for instance segmentation models training.
- COCO instance segmentation - models that are able to instantiate segmentation.
- Ubuntu* 16.04
- Python* >=3.6
- PyTorch* 1.4.0
- OpenVINO™ 2020.4 or later with Python API
- mmdetection (../../external/mmdetection)
- Create virtual environment and build mmdetection:
bash init_venv.sh
- Activate virtual environment:
. venv/bin/activate```