hkchengrex/STCN

how to get the figure 6?

Closed this issue · 6 comments

Liesy commented

Hi,
Recently i'm trying to get the correspondences of the rest frames using the first frame of my own video, but the results are bad.
Could you open source the codes that can get the correspondences like figure6 in your paper?
Thanks in advance.

The logic is the same but you would have to change some code to fit it to STCN. I look at the attention map and manually put the symbols in Figure 6.

Liesy commented

thank you very much! I'll try it later.

Liesy commented

Does the MaskRGBEncoder have the same effect as RGBEncoder in corr_network.py#L40 when getting the memory key in try_correspondence.py#L60 ?

Memory keys are not symmetric in MiVOS so the keys you get from the two encoders are different. This problem does not exist in STCN.

Liesy commented

thx