openvino icon indicating copy to clipboard operation
openvino copied to clipboard

[Good First Issue]: [OV JS] Support core.query_model()

Open almilosz opened this issue 9 months ago • 3 comments

Context

Node.js API is the newest binding of OpenVINO. The task is to expose Core::query_model() method. Python API documentation of this method

What needs to be done?

  • add query_model() method on C++ side (src/bindings/js/node/src/core_wrap.cpp)
  • update TypeScript definition (src/bindings/js/node/lib/addon.ts)
  • create unit test for added functionality using Node.js Test Runner Tip: Before creating a new function to convert an argument, take a look at helper methods to see if it doesn't exist already

Example Pull Requests

  • https://github.com/openvinotoolkit/openvino/pull/22100
  • https://github.com/openvinotoolkit/openvino/pull/23743
  • https://github.com/openvinotoolkit/openvino/pull/24023

Resources

Contact points

@almilosz @vishniakov-nikolai

Ticket

134822

almilosz avatar May 06 '24 06:05 almilosz

.take

Aryan8912 avatar May 07 '24 05:05 Aryan8912

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

github-actions[bot] avatar May 07 '24 05:05 github-actions[bot]

Hello @Aryan8912, there are currently three issues with open PRs assigned to you. Please finish them before picking more tasks.

p-wysocki avatar May 07 '24 16:05 p-wysocki

.take

hegdeadithyak avatar May 20 '24 12:05 hegdeadithyak

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

github-actions[bot] avatar May 20 '24 12:05 github-actions[bot]

@almilosz To implement this method, I should call _core.query_model(...) , Am I right ?

hegdeadithyak avatar May 22 '24 18:05 hegdeadithyak

Yes, C++ docs

almilosz avatar May 24 '24 09:05 almilosz

@almilosz ,Should I work on this or is it closed?

hegdeadithyak avatar May 24 '24 14:05 hegdeadithyak

I don't know why it was closed. Sorry

almilosz avatar Jun 04 '24 09:06 almilosz

Hello @hegdeadithyak! Do you need any help with this issue? Do you have a time to continue work on this task?

vishniakov-nikolai avatar Jun 12 '24 11:06 vishniakov-nikolai

Yes, ont it will open a PR by tomorrow

hegdeadithyak avatar Jun 12 '24 17:06 hegdeadithyak

.take

nashez avatar Aug 06 '24 18:08 nashez

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

github-actions[bot] avatar Aug 06 '24 18:08 github-actions[bot]