This file (googlenet_weights.h5) contains the initial weights of GoogleNet (aka v1) trained on the Places dataset, and is used for fine-tuning task related to pose regression networks. The file was downloaded from https://github.com/kentsommer/keras-posenet. Adding to the repository is only for the purpose of eliminating dependency on external URLs.
Other files contain the weights of the final trained model from our experiments of the paper Recurrent BIM-PoseNet:
SynCar - Weights of model fine-tuned on Synthetic Cartoonish images.
SynPhoReal - Weights of model fine-tuned on Synthetic photo-realistic images.
SynPhoRealTex - Weights of model fine-tuned on Synthetic photo-realistic textured images.
GradmagSynCar - Weights of model fine-tuned on synthetic gradmag of SynCar images.
EdgeRender - Weights of model fine-tuned on Synthetic edge render images.
Other details in the name of the weight files describes the parameters, such as window length, learning rate, batch, ...., etc.