Unverified Commit 770f138e authored by Jonathan Huang's avatar Jonathan Huang Committed by GitHub
Browse files

Merge pull request #2614 from tombstone/box_coder_update

update documentation in keypoint boxcoder.
parents 4702de29 8c767cfe
......@@ -23,9 +23,9 @@ to box coordinates):
th = log(h / ha)
tw = log(w / wa)
tky0 = (ky0 - ya) / ha
tkx0 = (kx0 - xa) / ha
tkx0 = (kx0 - xa) / wa
tky1 = (ky1 - ya) / ha
tkx1 = (kx1 - xa) / ha
tkx1 = (kx1 - xa) / wa
...
where x, y, w, h denote the box's center coordinates, width and height
respectively. Similarly, xa, ya, wa, ha denote the anchor's center
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment