You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DALI is pretty useful for postprocessing when using ensemble model in Triton Inference Server. Will the commonly used operations get implemented in the future?
The text was updated successfully, but these errors were encountered:
Hello @SunXuan90
glad to hear you find DALI and Triton useful.
With regard to the future plans the we have a Roadmap for 2023 here: #4578
Could you tell more about the operators you would like to see in DALI and point us to some use cases you have for them?
We are always keen on improving DALI coverage of ops.
@awolant,
NMS would be great. I know there's a plugin for nms in TensorRT, but still, having NMS in DALI makes it more flexible. If the full NMS can't be inplemented, sort and argsort are needed.
@szalpal ,
These are helpful indeed, but I'm using DALI backend in Triton, which has it's own conda environment, and cupy is not pre-installed. I also read your comment about keeping DALI Backend dependencies to minimal. So is there a easy way that I can install dependencies during deployment now?
DALI is pretty useful for postprocessing when using ensemble model in Triton Inference Server. Will the commonly used operations get implemented in the future?
The text was updated successfully, but these errors were encountered: