MCPcopy Create free account
hub / github.com/Tencent/ncnn / grid_sample_unormalize

Function grid_sample_unormalize

src/layer/gridsample.cpp:45–48  ·  view source on GitHub ↗

Restore normalized location to acutal image location When align_corners is true: Normalized location (-1, -1) points to the top-left pixel. Normalized location (1, 1) points to the bottom-tight pixel. When align_corners is false [default]: Normalized location (-1, -1) points to the top-left pixel minus half pixel coord both directions, i.e, (-0.5, -0.5) coord acutal image space. Normalized locatio

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

forwardMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected