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

Explore predicting/propagating bounding boxing from one image to the next in the selected span. #1

Open
LeeWannacott opened this issue Nov 25, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@LeeWannacott
Copy link
Owner

LeeWannacott commented Nov 25, 2020

Instead of having the user put bounding boxes onto each of the images of the span selected manually. Explore using a tracker to predict where the bounding box on the next images in the selected span should be. Look into the trackers in OpenCV contrib: https://pypi.org/project/opencv-contrib-python/ such as median flow tracker. Relevant file: image_selector_from_video.py

@LeeWannacott LeeWannacott added the good first issue Good for newcomers label Nov 25, 2020
@LeeWannacott LeeWannacott changed the title Explore predicting/propagating bounding boxing from one image to the next. Explore predicting/propagating bounding boxing from one image to the next in the selected span. Nov 25, 2020
@LeeWannacott LeeWannacott added the enhancement New feature or request label Nov 25, 2020
@LeeWannacott LeeWannacott added the help wanted Extra attention is needed label Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant