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.
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.