imgly / background-removal-js

Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.
https://img.ly/showcases/cesdk/web/background-removal/web
GNU Affero General Public License v3.0
5.49k stars 339 forks source link

Is there a restriction of 1024x1024 in the models? #81

Closed naddika closed 6 months ago

naddika commented 6 months ago

Is there a restriction of 1024x1024 of an output images? And on your website?

And if so, is it because of the models?

DanielHauschildt commented 6 months ago

The model is trained on 1024x1024, so there is a maximum in accuracy atm.

I am currently adding an upscaler to allow the mask to be applied to the original image.

See #85

DanielHauschildt commented 6 months ago

Upscaler has been added

naddika commented 6 months ago

Since the model is trained on 1024x1024, and it remains the original one, how will an upscaler help here? @DanielHauschildt