R.c
September 16, 2020, 2:26pm
1
Hello,
I am currtently working with tlt, expecting to export my model in python then cpp (with tensorRT).
The model I am using is Yolov3.
I am having trouble finding documentation about that ‘export’.
Is there any page/blogpost on that topic?
Thanks
Morganh
September 17, 2020, 4:35am
3
The tool tlt-export will help you generate etlt model based on the tlt model. If int8 mode, cal.bin is also generated.
https://docs.nvidia.com/metropolis/TLT/tlt-getting-started-guide/index.html#exporting_models
The tool tlt-converter will help you generate tensorRT engine based on etlt model.
https://docs.nvidia.com/metropolis/TLT/tlt-getting-started-guide/index.html#gen_eng_tlt_converter
R.c
September 17, 2020, 1:18pm
4
From what I read, those engine don’t work with Trt 7.1?
Morganh
September 18, 2020, 3:03pm
5
What is the “UI” you mention?
Morganh
September 18, 2020, 3:07pm
7
It should work with Trt7.1
R.c
September 18, 2020, 3:08pm
8
Morganh
September 18, 2020, 3:25pm
9
Your mentioned blog is not talking about TLT.
What I mentioned “It should work with Trt7.1” means that if you install TRT7.1 in your Jetson device, the tool tlt-converter can work.
R.c
September 18, 2020, 3:45pm
10
Yep I was just mentioning the part about loading engine in trt, TLT gives me that engine
Morganh
September 18, 2020, 5:03pm
11