Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salinet Object Detection #23

Open
anilsathyan7 opened this issue Oct 12, 2024 · 1 comment
Open

Salinet Object Detection #23

anilsathyan7 opened this issue Oct 12, 2024 · 1 comment

Comments

@anilsathyan7
Copy link

How is it different from rgb salient object detection models like birefnet, inspyrenet:
https://paperswithcode.com/sota/salient-object-detection-on-dut-omron.
Do these models have better accuracy than SAM2-UNet for general purpose usage?

@xiongxyowo
Copy link
Collaborator

Hi, BiRefNet and InSPyReNet use higher resolution input images (e.g., 1024×1024) and more advanced decoder designs, so they may achieve more accurate results. Theoretically, the performance of SAM2-UNet can be further improved if it is directly extended to high resolution as well. However, since the standard U-Net decoder is not designed to handle high-resolution images, this improvement may be very limited. You can try to modify the SAM2-UNet decoder to get better results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants