luxonis / depthai

DepthAI Python API utilities, examples, and tutorials.
https://docs.luxonis.com
MIT License
915 stars 231 forks source link

Motion-Based Background Subtraction #246

Open Luxonis-Brandon opened 3 years ago

Luxonis-Brandon commented 3 years ago

Start with the why:

Motion-based can be extremely beneficial in CV pipelining. For example motion-based background subtraction can be useful for multi-camera localization of moving objects.

Move to the how:

Leverage https://github.com/luxonis/depthai/issues/245 and https://github.com/luxonis/depthai/issues/136 implement motion-based background subtraction on DepthAI directly.

Move to the what:

Support background subtraction as a node in the Gen2 Pipeline Builder.

manbehindthemadness commented 1 year ago

This might be possible using PeterL1n's virtual inference models "RobustBackgroundRemoval" and "BackgroundMatting2"