[pycaffe] test coord_map
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 4 Mar 2016 00:39:18 +0000 (16:39 -0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 5 Mar 2016 03:09:51 +0000 (19:09 -0800)
commit880e1474270523e3e5585a14a370fda39bb743c1
tree55a327f5a202931f8adc8fc0be78df6aa5ae3460
parent25b9ef95f35a4de766500c9c70a18d839a5f7c70
[pycaffe] test coord_map

- test known mappings: conv-pool-deconv stack, ReLU and 1x1 conv
- test effects of padding
- test rectangular/anisotropic coordinate mapping, test N-D
- catch error cases: negative crop, scale mismatch, tops that are not
  spatially connected
python/caffe/test/test_coord_map.py [new file with mode: 0644]