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

Add option to modify batch size in GST pipelines #29

Closed
brian-intel opened this issue May 10, 2023 · 5 comments · Fixed by #493
Closed

Add option to modify batch size in GST pipelines #29

brian-intel opened this issue May 10, 2023 · 5 comments · Fixed by #493
Assignees
Labels
2.1 enhancement New feature or request

Comments

@brian-intel
Copy link
Contributor

No description provided.

@brian-intel brian-intel added the enhancement New feature or request label May 10, 2023
@gsilva2016
Copy link
Contributor

Dev completed https://github.com/gsilva2016/vision-self-checkout/tree/bs8. Awaiting feedback and validation from customer before submitting a pull request

@jim-wang-intel
Copy link
Contributor

  • maybe add BATCH_SIZE env into env-file and the end user can do the environment variable override to customize the batch size

@brian-intel brian-intel added the 2.1 label Jan 8, 2024
@brian-intel brian-intel changed the title Add option to modify batch size in the pipeline scripts Add option to modify batch size in the pipeline scripts (GST) Jan 23, 2024
@mechris1 mechris1 changed the title Add option to modify batch size in the pipeline scripts (GST) Add option to modify batch size in the pipeline scripts (GST, CAPI, GRPC) Jan 29, 2024
@mechris1
Copy link

mechris1 commented Jan 29, 2024

  • GST pipeline script update
    CAPI pipeline update (won't do)
    GRPC pipeline update (won't do)

@jim-wang-intel jim-wang-intel self-assigned this Feb 5, 2024
@jim-wang-intel
Copy link
Contributor

jim-wang-intel commented Feb 5, 2024

After discussed with @brian-intel , for release 2.1, we will only do gst pipeline script update for batch_size as currently the grpc demo code from openvino itself doesn't have batch available. Also, batch_size is model specific; not every model can have batching.

@jim-wang-intel jim-wang-intel changed the title Add option to modify batch size in the pipeline scripts (GST, CAPI, GRPC) Add option to modify batch size in GST pipelines Feb 5, 2024
jim-wang-intel added a commit that referenced this issue Feb 9, 2024
…le (#493)

Use env var BATCH_SIZE to parameterize batch-size element in gst pipelines, specifically gvadetect command

CLOSES: #29

Signed-off-by: Jim Wang <yutsung.jim.wang@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.1 enhancement New feature or request
4 participants