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

fix a little dims conflict in BatchedNMSPlugin #1560

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SsisyphusTao
Copy link

I tried to use BatchedNMSPlugin in triton inference server, and found that "model output dimension must be integer >= 1, or -1 to indicate a variable-size dimension".

But if changing the config.pbtxt with first output dimension equal to 1, it causes another dimension mismatch error...

After the change show in this commit, nothing changed but triton inference server can work properly.

Signed-off-by: Yihang Li <yli@invix.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants