Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will operations like sort, argsort or nms get implemented? #4725

Open
SunXuan90 opened this issue Mar 20, 2023 · 4 comments
Open

Will operations like sort, argsort or nms get implemented? #4725

SunXuan90 opened this issue Mar 20, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@SunXuan90
Copy link

DALI is pretty useful for postprocessing when using ensemble model in Triton Inference Server. Will the commonly used operations get implemented in the future?

@awolant
Copy link
Contributor

awolant commented Mar 20, 2023

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 awolant added the enhancement New feature or request label Mar 20, 2023
@szalpal
Copy link
Member

szalpal commented Mar 20, 2023

@SunXuan90
Copy link
Author

SunXuan90 commented Mar 21, 2023

@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.

@SunXuan90
Copy link
Author

SunXuan90 commented Mar 21, 2023

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants