Live data from Hacker News

Show HN: Remove backgrounds from images online

clippingmagic.com

21–30 of 148 posts

Re: Show HN: Remove backgrounds from images online

#23
post #21

[deleted]

Just re-deployed the backend. It should reconnect automatically, but that's not been tested to 100%. Reloading the page should resolve it if it doesn't auto-recover.

(some memory woes on the backend as well, so restarting is having some hickups. Well, well)

Re: Show HN: Remove backgrounds from images online

#24
post #17
post #15

Earlier quoted context omitted.

Like the interface! :) There are many ways to solve such a problem. Another one beside GrabCub would be e.g. Watershed. https://en.wikipedia.org/wiki/GrabCut http://en.wikipedia.org/wiki/Watershed_%28image_processing%2... So many variations available via e.g. OpenCV.

(I'm one of the devs.) Regarding the segmentation phase, we were not satisfied with any existing algorithms because we wanted the tool to be as real-time as possible (for up to 4 megapixel images), so we rolled our own segmentation algorithm that has some similarities to GrabCuts (not GraphCuts). But the binary segmentation is really only a small part of the technical challenge. You also need to figure out how to ant…

I think you guys did a great job. This is a very tough problem (speaking from experience) particularly depending on the complexity of the image. One problem we had to solve along the way for our startup is similar, but focused only on fashion related images. Quite tricky particularly if you want something automatic. Anyway cheers! :)

Re: Show HN: Remove backgrounds from images online

#28
post #24
post #17

Earlier quoted context omitted.

(I'm one of the devs.) Regarding the segmentation phase, we were not satisfied with any existing algorithms because we wanted the tool to be as real-time as possible (for up to 4 megapixel images), so we rolled our own segmentation algorithm that has some similarities to GrabCuts (not GraphCuts). But the binary segmentation is really only a small part of the technical challenge. You also need to figure out how to ant…

I think you guys did a great job. This is a very tough problem (speaking from experience) particularly depending on the complexity of the image. One problem we had to solve along the way for our startup is similar, but focused only on fashion related images. Quite tricky particularly if you want something automatic. Anyway cheers! :)

Thanks!

Re: Show HN: Remove backgrounds from images online

#30
post #11
post #10

Really neat. I was really itching to use CTRL+Z though. I screwed up the first image I tried to clip. Maybe have a walkthrough of the features when the user first uses it? I didnt notice the help button until it was too late. I thought if I closed out of the editor and clicked on the image again, it would let me start over but it just takes you back to the editor. It would be nice if there was a way to redo editing t…

Yeah, we need to add both undo and reset/clear. The help should have shown during the upload / init!?

For me, the help popped up for an instant but then instantly vanished. Does it only appear during upload/init? That process can go quickly…
Post reply on HN