yolact_ros
yolact_ros copied to clipboard
Running yolact_ros in TensorRT
Hello! Thanks for this awesome work.
Is it possible to run yolact_ros in TensorRT? I am running yolact_ros in JetsonNX and it uses almost all of GPU during inference and I am doing real-time object detection so I want to optimize it using tensorRT. Have anyone tried running yolact_ros in tensorRT? Is it possible? Can you give me some hint or useful documentation?
Thank you for your help!
YolactEdge supports TensorRT, so you could try setting that up and then using the yolact_edge_ros script that I added for issue #16. I have not used it myself though, so no guarantee that it works out of the box.