-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fully integrate tracking, rewrite UI integration #87
base: main
Are you sure you want to change the base?
Conversation
tfaehse
commented
Feb 5, 2024
- blurrer is independent from UI, CLI via generic progress handler - execution in three stages: detection, tracking, blurring - choose mps backend automatically on supported hardware (ARM macOS machines) - add norfair box tracker - perform tracking forwards and backwards in time
With the rename of the options, the Dockerfile needs to be adjusted, too. |
I did build a container with this PR and got the following error (options were
|
- use numpy for clipping - ensure correct min/max definition of bounding box points
Thank you for the feedback. |
I tested the new commit with two videos, no crash, seems to work fine, but there is a bug: the plates and faces of the last four pictures are never blurred. |
Thank you for the feedback! |