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 image padding support in PrePostProcessor for C API #26730

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

panhaiqi
Copy link
Contributor

Details:

  • Add image padding support in PrePostProcessor for C API

Tickets:

  • 152252

@panhaiqi panhaiqi requested a review from a team as a code owner September 23, 2024 02:30
@panhaiqi panhaiqi marked this pull request as draft September 23, 2024 02:30
@github-actions github-actions bot added the category: C API OpenVINO C API bindings label Sep 23, 2024
@@ -524,3 +524,23 @@ ov_status_e ov_preprocess_prepostprocessor_build(const ov_preprocess_prepostproc

return ov_status_e::OK;
}

ov_status_e ov_preprocess_prepostprocessor_pad(ov_preprocess_prepostprocessor_t* preprocess_input_process_steps,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ov_status_e ov_preprocess_prepostprocessor_pad(ov_preprocess_prepostprocessor_t* preprocess_input_process_steps,
ov_status_e ov_preprocess_preprocess_steps_pad(ov_preprocess_prepostprocessor_t* preprocess_input_process_steps,

Move this function to line 208

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: C API OpenVINO C API bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants