-
Notifications
You must be signed in to change notification settings - Fork 143
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
[Good First Issue]: [JAVA API] Async demo for Java API 2.0 #834
Comments
.take |
Hello. I wish to take this issue in preparation for GSoc 2024 |
.take |
@likholat could you kindly add me as an assignee for this issue. |
Implementation Plan for Asynchronous Java Sample in OpenVINO Java API 2.0 Subject: Accelerated Implementation of Async Java Sample for OpenVINO Java API 2.0 Introduction Timezone and Availability Objective Expedited Implementation Steps and Timeline Initial Setup and Analysis (Day 1)
Development of Java Bindings (Day 2-3)
Asynchronous Java Sample Development (Day 4-5)
Sample Refinement and Testing (Day 6)
Documentation, Review, and Pull Request (Day 7)
Buffer Period (Day 8-10)
Conclusion Please feel free to reach out for any clarifications or discussions regarding this plan. Best regards, |
Hi @AishaniPandey, thank you for the detailed integration plan, it looks good to me! |
Hi @AishaniPandey, do you have any update on this task? |
Hi likholat, I was occupied with college midterm assessments from the past few days and I missed your message. I will be back on track with an updated plan within next few days. |
Hello Likholat, I could resolve this issue. |
Hi @AishaniPandey, please let me know your progress on this issue. I'll assign it to @HarshG1308 if you don't have enough time to resolve the issue |
Yes ma'am. There has not been much update ....I had started to work on it
but couldn't devote much time due to health issues. You can assign it to a
different person. I apologise once again but I am unable to work given my
current health. Wishing you luck. Thanks.
…On Thu, 15 Feb 2024 at 18:26, Anna Likholat ***@***.***> wrote:
Hi @AishaniPandey <https://github.com/AishaniPandey>, please let me know
your progress on this issue. I'll assign it to @HarshG1308
<https://github.com/HarshG1308> if you don't have enough time to resolve
the issue
—
Reply to this email directly, view it on GitHub
<#834 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWJBNOQFZJ2HMR2KKQCH7UTYTYAX3AVCNFSM6AAAAABB6ZYJUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBWGA2DMNBYGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@AishaniPandey thank you for the reply. Get well! |
Unfortunately, I won't be able to work on this at the moment as I am currently swamped with another project. Thank you for understanding." |
Thank you for the reply! |
.take |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hello @Pranshu-S, thanks for your interest! |
Hi @likholat Thanks! |
Hello @Pranshu-S, are you still working on this? |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Context
OpenVINO Runtime supports inference in either synchronous or asynchronous mode. The key advantage of the Async API is that when a device is busy with inference, the application can perform other tasks in parallel (for example, populating inputs or scheduling other requests) rather than wait for the current inference to complete first.
What needs to be done?
We had async inference support and async demo for Java API 1.0 before, now the async mode should be supported for OV Java API 2.0.
It's necessary to:
start_async()
andwait()
have already been added for Java API, but you will probably find more unsupported OV Java methods while developing demo.Here is an example of OV Java method implementation for
infer()
method ofInferRequest
class:Java part of implementation:
CPP part of method implementation:
Example Pull Requests
[JAVA_API][GSOC] Add Java API bindings
Resources
Contact points
@likholat
Ticket
No response
The text was updated successfully, but these errors were encountered: