hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 265 forks source link

missunderstanding about .model file type #127

Closed sisgrad closed 2 years ago

sisgrad commented 3 years ago

Hello! Just tested video inference of this repo and noticed that pretrained model have .model format, not tensorflow .pb file. My question is - which framework of DL has .model saved model format? I have never seen this format before.

Also, I'm using C3D-Keras repo for training c3d models, and models are saving to keras .h5 format. Can I use my .h5 models to do inference in this repo, should I convert it from .h5 to .model format?

SaadTazroute commented 3 years ago

Same issue