Nanodet in DeepStream?

Hey @Morganh
I have a .pth model trained using nanodet efficient Lite .
Can we use it in DeepStream ? how do we convert .pth into engine file for this ? Any suggestions?

thanks

Hello @senbhaskar26

You can convert your model file into ONNX.

Deepstream also supports more types of models (Caffe, UFF, ONNX) Using a Custom Model with DeepStream — DeepStream 6.1.1 Release documentation

Regards

@mehmetdeniz

How can I get the
parse-bbox-func-name
output-blob-names for my custom model. I want to run nanodet model inside DeepStream. I have converted the nanodet model into ONNX format.

thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.