lawy623 / LSTM_Pose_Machines

Code repo for "LSTM Pose Machines" (CVPR'18)
276 stars 43 forks source link

Is it possible to modify the network structure and train on it? #9

Open YJHMITWEB opened 5 years ago

YJHMITWEB commented 5 years ago

Thanks for your great work! I wonder if I could modify some layers or conv params based on your code? ....feel sorry but not familiar with matlab or caffe.... Also, I found the file 'LSTM_train.prototxt', does it mean that I can add layers or change params in this file and load it for training? Looking forward to your reply!!!

lawy623 commented 5 years ago

Yes you can.

You are also welcome to rewrite it in any other framework that you are familiar with.

Thunder Yao notifications@github.com于2019年3月1日 周五22:04写道:

Thanks for your great work! I wonder if I could modify some layers or conv params based on your code? ....feel sorry but not familiar with matlab or caffe.... Also, I found the file 'LSTM_train.prototxt', does it mean that I can add layers or change params in this file and load it for training? Looking forward to your reply!!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lawy623/LSTM_Pose_Machines/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AM6CVGmG6XFmEJ38YUhadpcRAfp7_avhks5vSeoggaJpZM4baIlc .

-- Leo, Luo Yue 罗越

M.S. in Computer Science Columbia University, NY Email: lawy623@gmail.com / yl4003@columbia.edu Tel: (+1) 646-830-4442

YJHMITWEB commented 5 years ago

Sure, thanks a lot! Plan to rewrite it in Tensorflow~