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

[PP GAPI] Extended preprocessing graph to support precision conversions #2290

Merged

Conversation

anton-potapov
Copy link
Contributor

@anton-potapov anton-potapov commented Sep 16, 2020

The PP graph was extended to support precision conversion as well

  • partly visible via plugin interface (Pure precision conversion without other operations is not permitted)
  • as resize natively supports U8 and FP32 only, non U8 input is converted to FP32
  • cover non optimized version only
  • tests

@anton-potapov anton-potapov added the category: preprocessing (deprecated) Inference Engine Preprocessing library label Sep 16, 2020
@anton-potapov anton-potapov requested review from a team September 16, 2020 15:24
@openvino-pushbot openvino-pushbot added category: inference OpenVINO Runtime library - Inference category: IE Tests OpenVINO Test: plugins and common labels Sep 16, 2020
- not yet visible via plugin interface
- for resize non U8 input is converted to  FP32
- tests
@anton-potapov anton-potapov force-pushed the gapi_preproc_conv_graph branch from 23af3da to 4d3e781 Compare September 17, 2020 14:40
int, // output matrix depth
double>> // tolerance
{};

Copy link
Contributor Author

Choose a reason for hiding this comment

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

seems like not used

Copy link
Contributor

Choose a reason for hiding this comment

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

let's remove in the next PR.

@ilya-lavrenov ilya-lavrenov added this to the 2021.2 milestone Sep 19, 2020
Copy link

@rgarnov rgarnov left a comment

Choose a reason for hiding this comment

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

Looks good!

@ilya-lavrenov ilya-lavrenov merged commit f9c8b69 into openvinotoolkit:master Sep 22, 2020
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Dec 16, 2020
…ns (openvinotoolkit#2290)

- not yet visible via plugin interface
- for resize non U8 input is converted to  FP32
- tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: IE Tests OpenVINO Test: plugins and common category: inference OpenVINO Runtime library - Inference category: preprocessing (deprecated) Inference Engine Preprocessing library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants