Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Orin
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only) 5.1
• TensorRT Version 8.5.2
I want to convert Facenet “.h5” keras model to TRT to be used by Deepstream. I have tried to follow ResNet-TF to TRT jupyter notebook available in this link Quick Start Guide :: NVIDIA Deep Learning TensorRT Documentation but too many attributes of resnet are not part of facenet model.
Is there any other documentation which i can follow for this conversion?