generated from Hazel/python-project
feat: detecting humans
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
[project]
|
||||
name = "secure_pixelation"
|
||||
version = "0.0.0"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"opencv_python~=4.11.0.86",
|
||||
"imutils~=0.5.4",
|
||||
]
|
||||
authors = []
|
||||
description = "Hiding faces with Mosaic has proven incredibly unsafe especially with videos, because the algorythm isn't destructive. However, if you black out the selected area, repopulate it with generative ai, and then pixelate it, it should look authentic, but be 100% destructive, thus safe."
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user