Skip to content

Build OpenCV winpack with DLDT 2021.4.0#20337

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:build_opencv_winpack_dldt_2021.4.0
Jul 2, 2021
Merged

Build OpenCV winpack with DLDT 2021.4.0#20337
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:build_opencv_winpack_dldt_2021.4.0

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Jul 1, 2021

copy_dll('inference_engine_legacy')
copy_dll('inference_engine_transformations') # runtime
copy_dll('inference_engine_lp_transformations') # runtime
copy_dll('inference_engine_preproc') # runtime
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@dkurt @ilya-lavrenov Hi, do you know if we need to add inference_engine_preproc.dll for inferencing on IE through OpenCV DNN module?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

From what I see in dnn code - we don't trigger IE preprocessing.

As a dummy check you can run dnn tests and if they don't load preprocessing dynamically, it's not used in opencv. Can be checked via strace

Copy link
Copy Markdown
Member

@dkurt dkurt Jul 2, 2021

Choose a reason for hiding this comment

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

Yes, dnn does not utilize OpenVINO preprocessing so inference_engine_preproc.dll can be skiped

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@ilya-lavrenov @dkurt Thank you!
Removed this .dll from the package (opencv_test_dnn tests pass).

copy_dll('HeteroPlugin')
copy_dll('inference_engine')
copy_dll('inference_engine_ir_reader')
copy_dll('inference_engine_ir_v7_reader')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

inference_engine_ir_v7_reader is deprecated and used only in IE tests, should be removed as well.

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Jul 2, 2021

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants