How to make yoloe with visual prompt work in C++

I would like to export yoloe with visual prompt to tensorrt then use the engine file with tensorrt C++ API, I found repos for other YOLO models in C++, eg GitHub - cyrusbehr/YOLOv8-TensorRT-CPP: YOLOv8 TensorRT C++ Implementation , here are my questions

  1. Is yoloe with visual prompt same with other yolo models when using tensorrt C++ APIs for inference? By same I meant same input, same output
  2. If not, what do I need to change to handle the yoloe with visual prompt specifically?
  1. Yes.
  2. It’s the same. Nothing needs to be changed.