layered_embeddings
Source code for paper "Layered Embeddings for Amodal Instance Segmentation"
view repo
The proposed method extends upon the representational output of semantic instance segmentation by explicitly including both visible and occluded parts. A fully convolutional network is trained to produce consistent pixel-level embedding across two layers such that, when clustered, the results convey the full spatial extent and depth ordering of each instance. Results demonstrate that the network can accurately estimate complete masks in the presence of occlusion and outperform leading top-down bounding-box approaches. Source code available at https://github.com/yanfengliu/layered_embeddings
READ FULL TEXTSource code for paper "Layered Embeddings for Amodal Instance Segmentation"
Comments
There are no comments yet.