hkchengrex/STCN

Plot for Figure 2 in the paper

vateye opened this issue · 1 comments

Hi, I would like to know how to generate the Figure 2(a) and (b) in the paper. Would you mind sharing your ploting code with me? Thanks in advance.

I just used opencv and numpy.
Basically, all the pixels are "query" and the annotated points are "memory". Then you run the similarity function and use argmax to assign the colors.