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

Batched inference support #33

Open
SamSamhuns opened this issue Feb 25, 2021 · 1 comment
Open

Batched inference support #33

SamSamhuns opened this issue Feb 25, 2021 · 1 comment

Comments

@SamSamhuns
Copy link

Does the model support batched inference support?

I removed the 1 image per GPU constraint and sent a tensor of shape [32, 3, 704, 1344] into the model (SipMask-mmdetection/mmdet/configs/sipmask/sipmask_r101_caffe_fpn_gn_ms_4x.py), but the output from the model is the same for shapes [32, 3, 704, 1344] and [1, 3, 704, 1344]

@JialeCao001
Copy link
Owner

@SamSamhuns I am not sure about batched inference.

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

No branches or pull requests

2 participants