implementation yolact
GitHub - anshkumar/yolact: Tensorflow 2.x implementation YOLACT
This is a Tensorflow 2.3 implementation of the paper YOLACT: Real-time Instance Segmentation and YOLACT: Better Real-time Instance Segmentation. The paper presents a fully-convolutional model for real- time instance segmentation that achieves 29.8 mAP on MS COCO at 33.5 fps evaluated on a single Titan Xp, which is significantly faster than any previous competitive approach. Unlike original implemetation of YOLACT/YOLACT in which image is resized to 550x550, this repo can handle image of size MxN. For detailed steps to install Tensorflow, follow the Tensorflow installation instructions. The remaining libraries can be installed on Ubuntu 16.04 using via apt-get: The default metrics are based on those used in Pascal VOC evaluation.