5 ms·
Is there an open source underlying library as part of your service? Would love to start using it in smaller projects :) great job BTW
by gaara87 8y ago
Is there an open source underlying library as part of your service? Would love to start using it in smaller projects :) great job BTW
- tx33 8y agohttps://docs.opencv.org/3.1.0/db/d5c/tutorial_py_bg_subtraction.html https://docs.opencv.org/3.1.0/db/d5c/tutorial_py_bg_subtract...
- robko 8y agoThis method requires a video or at least multiple frames. It won't work for a single photo.
- kra34 8y agoGiven 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-for-teaching-machines-to-segment-humans-1f1fc1f28469 https://hackernoon.com/releasing-supervisely-person-dataset-... Good results though for sure and very handy for quick image edits.
- Tuxa 8y agoYup. Multiple u-nets, actually.