Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) NVIDIA GeForce RTX 4070 Laptop GPU • DeepStream Version 7.0 • JetPack Version (valid for Jetson only) • TensorRT Version 8.6.1.6-1+cuda12.0 • NVIDIA GPU Driver Version (valid for GPU only) 535.216.01 • Issue Type( questions, new requirements, bugs) questions • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I have trained the “classification_pyt” model (Tao_tutorials) in a two class custom data. For training I used the notebook classification_pyt.ipynb:
In the end, I exported the model as .engine. Now I need to run the model as an sgie in the Deeptream SDK. How can I get (or generate) the config file for the model?