Skip to content
Discussion options

You must be logged in to vote

Hey,
the DECODE network represents every localization as the sum of the pixel coordinate and the offset coordinate.
So If the true position is at [2,0] the network basically has two possibilities. It can activate the pixel p(k=[1,0]) = 1 (with pixel centers at 1.5, and 0.5) and then in order to point to y=2 it has to add Δy(k=[1,0]) = 0.5, Δx(k=[1,0])=-0.5. Or it can activate the pixel above and then point down: p(k=[2,0]) = 1, Δy(k=[2,0]) = -0.5, Δx(k=[2,0])=-0.5

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by tsuijenk
Comment options

You must be logged in to vote
1 reply
@tsuijenk
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants