I am able to get opencv's build info via getBuildInformation()
, is there a way to get dldt's build information?
Asked
Active
Viewed 55 times
0

banderlog013
- 2,207
- 24
- 33
1 Answers
0
Since you are getting this answered on opencv/dldt github, I am linking to that to let others see the discussion.
For Python, have a look at "object_detection_sample_ssd.py" (dldt/inference-engine/ie_bridges/python/sample/object_detection_sample_ssd/object_detection_sample_ssd.py); it produces logs about (the plugin's)version and build info.

ChileAddict - Intel
- 636
- 3
- 15