Open zyf12389 opened 4 years ago
@zyf12389 It is similar to CoordConv, but the coordinates are relative to the location where the filters are generated.
Thanks for your reply. I'll think about it again.
Does it mean that I need to regenerate the F^~ for each instance according to their positions in P3? Just like: for index in range(batch): for proposal in batch_proposal[index]: generate F^~ convolution(F^~) endfor endfor Thanks.
@zyf12389 Yes. But it can be done within a few lines of code and only adds negligible computational cost.
thanks, i'll try.
Thanks for your excellent idea. I can't understand relative coordinates very well, how did it get there? Is it related to coordconv?