Assuming the input is a high-resolution image, such as 5000x4000, what can be done to achieve better performance metrics and inference speed? Possible solutions:
-
Use the BiRefNet_dynamic model;
-
Directly input it into the BiRefNet_HR series model;
-
Split the high-resolution image into smaller chunks and input them one by one into the BiRefNet_HR series model;
-
other methods etc.
May I ask if anyone has researched which method is the best practice?