Inference with YOLOR #428
-
Hello, I was wondering if it is possible to do inference on YOLOR? there is no pip install so I was wondering how we can load framework in? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @asluborski98! Since there is no pip package for YOLOR we cannot add official support into sahi package but you definitely can implement a version that works in your local. You can follow the steps given in contribution section: https://github.com/obss/sahi#contributing and you can take the custom DETIC implementation as reference: https://github.com/machinelearnear/large-scale-object-detection-with-sahi-detectron2/blob/main/quick-start.ipynb |
Beta Was this translation helpful? Give feedback.
Hello @asluborski98! Since there is no pip package for YOLOR we cannot add official support into sahi package but you definitely can implement a version that works in your local.
You can follow the steps given in contribution section: https://github.com/obss/sahi#contributing and you can take the custom DETIC implementation as reference: https://github.com/machinelearnear/large-scale-object-detection-with-sahi-detectron2/blob/main/quick-start.ipynb