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

Implement Video Scrubbing script #284

Closed
abrichr opened this issue Jun 17, 2023 · 4 comments · Fixed by #292
Closed

Implement Video Scrubbing script #284

abrichr opened this issue Jun 17, 2023 · 4 comments · Fixed by #292
Assignees
Labels
enhancement New feature or request

Comments

@abrichr
Copy link
Member

abrichr commented Jun 17, 2023

Feature request

We would like to be able to scrub video files (e.g. MP4) showing PII/PHI.

This task involves creating a script under /scripts/scrub.py that takes a path to a media file (e.g. MP4, PNG, PDF), and generates a scrubbed version of that file.

For now let's just implement .mp4, and leave other formats as TODOs.

Motivation

OpenAdaptAI/OpenAdapt.web#22

@KrishPatel13
Copy link
Collaborator

For this should we move the current openadapt/scrub.py module to openadapt/scripts/scrub.py and then edit to accomplish this task ?

So rather we should make a new file ?

@abrichr
Copy link
Member Author

abrichr commented Jun 17, 2023

Thank you @KrishPatel13 ! 🙏 We should not move the existing scrub.py. This is a separate file that will import openadapt.scrub.

@KrishPatel13
Copy link
Collaborator

@abrichr Noted!

@KrishPatel13
Copy link
Collaborator

@abrichr
https://dev.to/aws-heroes/blur-personal-identifiable-information-pii-in-text-images-and-videos-12j4

I found the above article and it uses AWS to detect PII and blur them in video.

Should I try to use this approach ?

@KrishPatel13 KrishPatel13 linked a pull request Jun 19, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants