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

caffe #9

Closed chen1474147 closed 9 years ago

chen1474147 commented 9 years ago

hello, I remember that you have implemented a caffe version, right? Now this version seems to be using new DL framwork. Is there any improvemet than caffe version? Can you share this with me? thank you!

mitmul commented 9 years ago

@chen1474147 The caffe version is moved to https://github.com/mitmul/deeppose/tree/caffe . Now the master branch uses Chainer (https://github.com/pfnet/chainer) as DL framework, and it is just because I want to practice how to use Chainer, so that actually there is no significant improvements. Chainer is a pure python library and enable us to describe various network architectures easily, so I use Chainer to update this project. Thank you.

chen1474147 commented 9 years ago

I see. Thank you very much!