how to create model.engine file

unable to create model.engine file. please help in car detection using DeepStreamSDK

What’s your command?

i have a tensorflow model for resnet50, in configuration file we have to give path of model.engine file. so how to create model.engine file from available trained model using TensorRT??

Can you refer to tensorrt doc? You need convert tensorflow model to be uff model. Deepstream can input uff model and generate tensorrt engine file.

1 Like

DeepStream application will create the engine file if it is not already there. Resnet50 is supported

1 Like