alexgkendall / caffe-posenet

Implementation of PoseNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Original GoogleNet `train_val.prototxt`

aghagol opened this issue · comments

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.

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