rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter. Support Asynchronous Now!
https://pub.dev/packages/opencv_dart
Apache License 2.0
136 stars 18 forks source link

Support OpenVINO #100

Closed rainyl closed 5 months ago

rainyl commented 5 months ago

Support OpenVINO to speedup DNN.

rainyl commented 5 months ago

Considering the usage scenario of DNN with OpenVINO is not common, make it as required will not only increase the lib size but also meaningless, So users want to use OpenVINO please compile opencv and opencv_dart manually. Leave more messages if you think it's necessary.

Closed.

rainyl commented 5 months ago

Also, even though with OpenVINO supported, users have to download OpenVINO manually and set correct environment variables to make it work, which absolutely will produce more issues.