yolact_ros icon indicating copy to clipboard operation
yolact_ros copied to clipboard

Running yolact_ros in TensorRT

Open bibekyess opened this issue 2 years ago • 1 comments

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!

bibekyess avatar Dec 09 '22 06:12 bibekyess

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.

Eruvae avatar Dec 09 '22 12:12 Eruvae