YOLACTs
YOLACTs, which stands for "You Only Look At CoefficienTs," is a real-time instance segmentation model. It is an extension of the YOLO (You Only Look Once) object detection framework. The core idea behind YOLACTs is to perform instance segmentation efficiently by generating a set of prototype masks and then predicting coefficients for each detected object. These coefficients are then used to linearly combine the prototype masks, effectively creating a segmentation mask for each individual object.
This approach allows YOLACTs to achieve high speed while maintaining competitive accuracy. Unlike traditional methods that