yolov5-net
yolov5-net copied to clipboard
detect object only within a ROI
How to detect object only within a ROI?
Region Of Interest? You can crop the image before passing it in, or filter out results that fall outside your parameters. I don't see why the API should be expected to handle such a specific use case