I want to create a cropping module as part of a workflow. For example, an input image includes 5 cars and I want to get the number plate of the car on the far left. Cars can be deteced using an object detection module. The number plate can be detected using a number plate detection module. But, there is no detection module which selects the car on the far left among deteced cars. So, I want to create such a module which selects the car on the far left among detected cars.
I wonder if I can define such a custom module using “webhook sink” which calls a Web application I make with custom logic.
I tried to create a Webhook sink module. But, I can not set my custom Web application URL into its URL property because the property is pre-defined and can not be overwritten. So, I need your help. Thank you.