'Saving custom Keras classes to TensorRT

I am custom training yolov4 based on keras from this repo:

https://github.com/taipingeric/yolo-v4-tf.keras

For my dataset. Is there way to export this to tensort and then infer from it ? I have tried some of the existing convert_trt codes that are out there but I do not think they are intended for custom classes. Please help.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source