plemeri / InSPyReNet

Official PyTorch implementation of Revisiting Image Pyramid Structure for High Resolution Salient Object Detection (ACCV 2022)
MIT License
449 stars 69 forks source link

Compressed Model #12

Closed rakesh-reddy95 closed 1 year ago

rakesh-reddy95 commented 1 year ago

Have you tried compressing the model for mobile devices. As the model size is large. Or if you can give suggestions in terms of deploying the solution on mobile.

plemeri commented 1 year ago

Our approach is targeting High-Resolution images without resizing, so it would be hard to deploy on mobile devices. Actually there are many utilities to optimize model into smaller sizes, but I cannot sure about the efficacy.