ZENGXH / DMM_Net

Differentiable Mask-Matching Network for Video Object Segmentation (ICCV 2019)
147 stars 19 forks source link
iccv2019 segmentation video-object-segmentation youtubevos

DMM-Net: Differentiable Mask-Matching Network for Video Object Segmentation (ICCV 2019)

paper.pdf

Overview

model

Requirements:

Installation

Data

YouTube-VOS

Prepare proposals

Option1: Download the extracted file

for evaluation

for training

Option2: extract the proposals

Training

Online training

Train DMMnet on the first frame of validation set,

Evaluation

Method J_mean J_recall J_decay F_mean F_recall F_decay
ytb_R50_w_match_loss_epo13 model: ytb_255_50_matchloss_epo13 0.611 0.702 0.104 0.747 0.824 0.111
ytb_R50_wo_match_loss_epo08 model: ytb_255_50 0.6 0.684 0.104 0.742 0.819 0.109

part of the code is from https://github.com/imatge-upc/rvos