intel / openvino-rs

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

Add examples and documentation for PreProcessing / PostProcessing #94

Open rahulchaphalkar opened 4 months ago

rahulchaphalkar commented 4 months ago

API 2.0 has introduced newer PrePostProcess operations, some of which are used in tests like classify-mobilenet in the current PR. However, it is somewhat ambiguous on what each component of PreProcess actually does and when/how it should be used.
Create one or more examples accompanied by documentation which makes this easier to understand.