You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use a 1920*1080 image for the birefnet_general model, an error is reported: /site-packages/rembg/sessions/birefnet_general.py:18: RuntimeWarning: overflow encountered in exp
return 1 / (1 + np.exp(-mat)),