yolov5-net icon indicating copy to clipboard operation
yolov5-net copied to clipboard

detect object only within a ROI

Open cdvalera opened this issue 3 years ago • 1 comments

How to detect object only within a ROI?

cdvalera avatar Feb 25 '22 15:02 cdvalera

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

gillonba avatar Mar 01 '22 21:03 gillonba