jwyang / fpn.pytorch

Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection
MIT License
952 stars 221 forks source link

Conversion to TensorRT #51

Open ma-siddiqui opened 4 years ago

ma-siddiqui commented 4 years ago

Can I convert this model into trt?

Please guide me how can I do this?

Thanks