Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new background subtraction scripts #2

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

angelinelykk
Copy link

Added 2 scripts for 2 forms of background subtraction:

  1. background_subtraction_stationary.py
  • Uses the first 210 frames as the background for the rest of the video
  • Effective but clouds will be included. Also during the actual use case, might not be able to get the background without any smoke.
  1. background_subtraction_avg.py
  • Similar to the original moving average subtraction but image names are marked by time so that its easier to split them in the future instead of re-extracting every time we want to split the images in different classes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant