LSTM_Pose_Machines
LSTM_Pose_Machines copied to clipboard
Is it possible to modify the network structure and train on it?
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!!!
Yes you can.
You are also welcome to rewrite it in any other framework that you are familiar with.
Thunder Yao [email protected]于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: [email protected] / [email protected] Tel: (+1) 646-830-4442
Sure, thanks a lot! Plan to rewrite it in Tensorflow~