How to do object detection in roi framework
I cropped the images in my yolo dataset by drawing roi. The picture was created only within the roi frame whose coordinates were given. When I want to perform object detection with Yolo within this ROI framework, it tags outside of the ROI. How can I perform object detection only in the selected area with ROI?