How to convert caffe model to TLT model?

I want to convert caffe detection model into TLT model, but I couldn’t find how to. Does TLT support caffe, or have any plan to support it soon?

Hi Oksusu,
The caffe model format is not supported as exported format, only tlt and etlt are available in TLT.

Oksusu

Here is some links on how to turn the weights of the deepstream samples .caffemodels to HDF5
[url]https://github.com/pierluigiferrari/caffe_weight_converter[/url]
It only converts the weights.

Here is also a link to a .h5/HDF5 viewer
You should be able to see how the model/layers are constructed:
[url]https://www.neonscience.org/explore-data-hdfview[/url]
I have only tried the Windows version.
It works pretty good and its simple.

Thanks adventuredaisy for the info.