A useful collection of Python scripts/modules to assist with various tasks related to Computer Vision.
- Utility functions to draw results of object detection on top of images.
- Generate segmentation masks (grayscale images with values from 0 to C) starting from annotations in COCO format.
- Convert RGB segmentation masks into grayscale ones with the encoding described above.