I have seen here very nice articles about client side image background removal opensource projects, but are there good equivalent server side ?
Is there an open source project to remove background from images, serverside?
1–7 of 7 posts
Re: Is there an open source project to remove background from images, serverside?
#2I just starred this on Github. So it was fresh in my memory https://github.com/imgly/background-removal-js
Re: Is there an open source project to remove background from images, serverside?
#3I’d be concerned that something like that needs user feedback to do a really good job. When I try to do that with photoshop it is never quite right the first time though maybe the new A.I. models can do better.
Re: Is there an open source project to remove background from images, serverside?
#4I just starred this on Github. So it was fresh in my memory https://github.com/imgly/background-removal-js
yes this one is perfect, but I am looking for the same thing, but not in the browser
Re: Is there an open source project to remove background from images, serverside?
#5Many options in the comments of prior discussions https://news.ycombinator.com/item?id=36064639 and https://news.ycombinator.com/item?id=35838504
Re: Is there an open source project to remove background from images, serverside?
#6I just starred this on Github. So it was fresh in my memory https://github.com/imgly/background-removal-js
yes this one is perfect, but I am looking for the same thing, but not in the browser
Adapting the code to run on node.js may not be too terrible - I haven't looked at the repo (on mobile), but I've had luck porting non-DOM-related client js libs to server libs before.
Re: Is there an open source project to remove background from images, serverside?
#7Many options in the comments of prior discussions https://news.ycombinator.com/item?id=36064639 and https://news.ycombinator.com/item?id=35838504
thank you