Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.8 KB

File metadata and controls

46 lines (27 loc) · 1.8 KB

简体中文 | English

CFBI


Contents

Introduction

CFBI is a Video Object Segmentation model proposed by Baidu in ECCV 2020. This method consider background should be equally treated and thus propose Collaborative video object segmentation by Foreground-Background Integration (CFBI) approach. Our CFBI implicitly imposes the feature embedding from the target foreground object and its corresponding background to be contrastive, promoting the segmentation results accordingly. Given the image and target segmentation of the reference frame (the first frame) and the previous frame, the model will predict the segmentation of the current frame.


Data

Please refer to DAVIS data download and preparation doc DAVIS-data

Test

  • Test scripts:
python3.7 main.py --test -c configs/segmentation/cfbip_davis.yaml -w CFBIp_davis.pdparams

Metrics on DAVIS:

J&F-Mean J-Mean J-Recall J-Decay F-Mean F-Recall F-Decay checkpoints
0.823 0.793 0.885 0.083 0.852 0.932 0.100 CFBIp_r101_davis.pdparams

Reference