Hi, Thanks for the great repo!
Let's imagine the coreml network needs a cropped image (only a subpart of the camera feed). No matter how the crop is done (it can be hard coded for testing purpose), I wonder if there is a way to change the DrawingSegmentationView for example, to achieve this. Right now, if the input image is cropped, the output view resize the image to the viewport and the result isn't well registered.
Hi, Thanks for the great repo!
Let's imagine the coreml network needs a cropped image (only a subpart of the camera feed). No matter how the crop is done (it can be hard coded for testing purpose), I wonder if there is a way to change the
DrawingSegmentationViewfor example, to achieve this. Right now, if the input image is cropped, the output view resize the image to the viewport and the result isn't well registered.