elyha7 / yoloface

Yolov5 Face Detection
GNU General Public License v3.0
123 stars 36 forks source link

Fix "UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument #2

Closed nepiskopos closed 2 years ago

nepiskopos commented 2 years ago

By explicitly using indexing='ij' which is the current default Torch behavior.