WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 518 forks source link

Controlling celles to be scaned #147

Open loucif01 opened 2 years ago

loucif01 commented 2 years ago

Hello, I want to know if there is a way to define or fix the cells that the model YOLO iterate through training for object detection? Because i got the RoI(regions of interest) with some ML methods and i want YOLOR scans only these regions, does anyone has any idea how to do this? Thanks.