PeterL1n / BackgroundMattingV2

Real-Time High-Resolution Background Matting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't find convGRU in decoder.py

NingNanXin opened this issue · comments

Hi, thanks for your good job! But when I read the article and the code. I can't find where to use the convGRU?
image
image

  1. Does the model not use the convGRU?
  2. What role does sampling plays in refiner.py? I try to export tensorrt but the topk is out of range because tensorrt only supports topk with the number 3084. So I use the threshold type. What is the difference between the sampling and threshold?

Thanks for your help!

You are in the wrong repo.

RVM paper repo is here: https://github.com/PeterL1n/RobustVideoMatting