MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / coord_map

Function coord_map

python/caffe/coord_map.py:57–79  ·  view source on GitHub ↗

Define the coordinate mapping by its - axis - scale: output coord[i * scale] <- input_coord[i] - shift: output coord[i] <- output_coord[i + shift] s.t. the identity mapping, as for pointwise layers like ReLu, is defined by (None, 1, 0) since it is independent of axis and doe

(fn)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

coord_map_from_toFunction · 0.85

Calls 2

conv_paramsFunction · 0.85
crop_paramsFunction · 0.85

Tested by

no test coverage detected