generalize power_wrapper to different networks and inputs
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 25 Jan 2014 03:26:31 +0000 (19:26 -0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 25 Jan 2014 04:52:38 +0000 (20:52 -0800)
commit69671dd30be2bfa7bca881c2e3e40f7d60195b49
treee945b26d2c71ff7de00aea430518cc5ec5396260
parent2f7fbfa9e42e3d7c57bc86ec1e9bbb23547b0bc7
generalize power_wrapper to different networks and inputs

generalize from the imagenet reference to other detection networks:
- refactor to configure for a given net and data source
- determine dimensions of net input and output automatically from blobs
python/caffe/imagenet/power_wrapper.py