Comment on Show HN: Fully-automatic image background removal toolComments−gaara877yIs there an open source underlying library as part of your service? Would love to start using it in smaller projects :) great job BTW−kra347yGiven its produced by a ".ai" company I would imagine they are using a U-Net derived ML model and not traditional OpenCV methods.You can read more about that approach here:https://hackernoon.com/releasing-supervisely-person-dataset-...Good results though for sure and very handy for quick image edits.−Tuxa7yYup. Multiple u-nets, actually.−tx337yhttps://docs.opencv.org/3.1.0/db/d5c/tutorial_py_bg_subtract...−robko7yThis method requires a video or at least multiple frames. It won't work for a single photo.
Comments
Is there an open source underlying library as part of your service? Would love to start using it in smaller projects :) great job BTW
Given its produced by a ".ai" company I would imagine they are using a U-Net derived ML model and not traditional OpenCV methods.
You can read more about that approach here:
https://hackernoon.com/releasing-supervisely-person-dataset-...
Good results though for sure and very handy for quick image edits.
Yup. Multiple u-nets, actually.
https://docs.opencv.org/3.1.0/db/d5c/tutorial_py_bg_subtract...
This method requires a video or at least multiple frames. It won't work for a single photo.