seung-lab / znn-release

Multi-core CPU implementation of deep learning for 2D and 3D sliding window convolutional networks (ConvNets).
GNU General Public License v3.0
94 stars 33 forks source link

use more general offset coordinate system rather than center aligned system #26

Open xiuliren opened 9 years ago

xiuliren commented 9 years ago

center aligned system constrained the data implicitly and is not clear for other users. Offset system is explicit and easy to understand. We could have auto center align function for offset coordinate system. This is not urgent.