techwingslab/yolov5-net

detect object only within a ROI

cdvalera opened this issue · 1 comments

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