Closed longmalongma closed 3 years ago
Hi, thanks for your great work. Which line of your code is to achieve Memory Read with Top-k Filtering?
Your code is used for Interactive Video Object Segmentation. If we use your code to do semi-supervised vos, what changes need to be made?
- This line: https://github.com/hkchengrex/MiVOS/blob/b1992e6a2ecab84ff1b61f896e501cb357ee7b3d/model/propagation/prop_net.py#L54
- You should use Mask-Propagation. I have them labeled in the first table of the readme!
Ok, I see it, thanks for your reply.
Hi, thanks for your great work. Which line of your code is to achieve Memory Read with Top-k Filtering?