ultralytics / .github

Ultralytics GitHub default .github repository.
https://ultralytics.com
GNU Affero General Public License v3.0
12 stars 6 forks source link

Roi define in yolov5 #5

Open nawab-sw opened 1 year ago

nawab-sw commented 1 year ago

on live streaming by ip camera in yolov5. detect.py

I want to detect objects only in a specified region and ignore all the other detections outside the ROI.

I want to use yolov5 for object detection , But I want only a part of the input image to be processed. Can I define ROI(region of interest) for input images? Where i can modified code I have googled but still no solution exists

glenn-jocher commented 1 year ago

@nawab-sw please raise an issue on the YOLOv5 repository for questions about YOLOv5 :)

https://github.com/ultralytics/yolov5