Hi everyone,
I’m new to working with the Axelera system. I see that there is a CenterCrop
style preprocessing function, but in my use case I need more control. Specifically, I’d like to crop an image (for RTSP streams or training data) by specifying the x-offset, y-offset, width, and height of the region of interest.
Is there a built-in preprocessing function in the Axelera SDK/YAML configs for this kind of custom crop? Or is the recommended way to handle this via GStreamer (e.g., videocrop
/videobox
) before passing frames to axinferencenet
?
Any help would be greatly appreciated.
Thank you! 🙏