AI Summary: This GitHub issue requests the addition of RGB to NV12 color conversion functionality within OpenVINO's `PostProcessSteps`. This feature is necessary for super-resolution models that convert NV12 video data to RGB for inference and then need to convert the output back to NV12. The task involves implementing a new `convert_color` API, potentially a new `op::v8::RGBtoNV12` operation, and supporting both single and two-plane NV12 formats with corresponding test cases.
OpenVINO™ is an open source toolkit for optimizing and deploying AI inference