mitmul / deeppose

DeepPose implementation in Chainer
http://static.googleusercontent.com/media/research.google.com/ja//pubs/archive/42237.pdf
GNU General Public License v2.0
408 stars 129 forks source link

Use list instead of str for initializer of matrix object #35

Closed unnonouno closed 7 years ago

unnonouno commented 7 years ago

I got an error here. The initializer with list is better than that with str.