mediapipe
mediapipe copied to clipboard
convert ImageFrame to Image
In vision task object detect , the type of input is Image, like this
absl::StatusOr<ObjectDetectorResult> ObjectDetector::Detect( mediapipe::Image image, std::optional<core::ImageProcessingOptions> image_processing_options)
But when I create a node based on ObjectDetector, in the graph, the input is ImageFrame, how can I conver ImageFrame to Image
Hi @ly0303521,
I apologize for the delayed response. Could you please confirm if this issue has been resolved on your end, or if you still require assistance from us?
Thank you!!
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.
This issue was closed due to lack of activity after being marked stale for past 7 days.