intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
82 stars 23 forks source link

[Question] can this support intel movidius neural compute stick? #42

Open duguying opened 2 years ago

duguying commented 2 years ago

can this crate support intel movidius neural compute stick?

图像

abrown commented 2 years ago

This repository contains Rust bindings to the OpenVINO libraries; if your installation of OpenVINO supports it, then the idea is that this library should expose that same functionality in Rust. That being said, these Rust bindings are not tested with that hardware (see the CI workflow) so it is unclear to me if something is missing for things to work. If you did find any issues, we would be open to bug reports or especially PRs to add anything that is missing.