Replies: 1 comment 2 replies
-
This? https://docs.ultralytics.com/guides/sahi-tiled-inference/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I am working on a project where the input image size is 7296 x 5472 and 2160 x 3840. The image contains minor elements in the large-scale image; hence, we can't resize it.
In light of this, I discovered the concept of the SLIDING WINDOW Algorithm and found SAHI, which provides the same features to achieve the goal I am aiming for.
Since I developed the model on YOLOX-X (with some specific instructions, so I can't use other detection models) and want to leverage the functionality of SAHI, I am looking for the implementation, guide, or manual—anything that can help me develop the end-to-end machine learning pipeline for SAHI + YOLOX.
Here is what I have done so far:
What I am looking for:
2.1 Source for any good explanation on SAHI Post-process.
Thank you; I really appreciate your time and efforts.
Please let me know if there is anything else needed from my side.
Beta Was this translation helpful? Give feedback.
All reactions