smistad / FAST

A framework for high-performance medical image processing, neural network inference and visualization
https://fast.eriksmistad.no
BSD 2-Clause "Simplified" License
433 stars 102 forks source link

extension load fails on Win32 - #115

Closed rolarsen closed 5 years ago

rolarsen commented 5 years ago

https://github.com/smistad/FAST/blob/40c0e806fe87943015d32f527f19c3e7dc5ace1c/source/FAST/Algorithms/NeuralNetwork/OpenVINOEngine.cpp#L70

On new Dell Laptop - Intel Core i9-8950HK / HD630 - inference engine fails loading. Changed "libcpu_extension.dll" to "cpu_extension.dll" engine loads...

Cause seems to be related to another OpenVINO, clDNN64.dll, issue on this laptop...

https://software.intel.com/en-us/forums/computer-vision/topic/800219

rolarsen commented 5 years ago

seems to run in GPU in OpenVINO 2019 133 release on laptop:)