alexgkendall / caffe-posenet

Implementation of PoseNet
Other
496 stars 204 forks source link

Original GoogleNet `train_val.prototxt` #10

Closed aghagol closed 8 years ago

aghagol commented 8 years ago

Hi. Could you please share the original train_val.prototxt for GoogleNet that was modified to create PoseNet?

The difference in layer labels (between Caffe's GoogleNet prototxt and PoseNet prototxt) make it very difficult to compare GoogleNet with PoseNet to see what additions/modifications were made.

For example, in PoseNet prototxt there's a layer "icp1_reduction1" and the corresponding layer seems to be "inception_3a/1x1" in GoogleNet prototxt that's provided with Caffe.

aghagol commented 8 years ago

Reading through the previous issues, I found this link for downloading the GoogleNet prototxt without PoseNet modifications: http://vision.princeton.edu/pvt/GoogLeNet/