This website requires JavaScript.
Explore
Help
Sign in
fiatcode
/
py-faceblur
Watch
1
Star
0
Fork
You've already forked py-faceblur
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
78bac31c5f
py-faceblur
/
src
/
faceblur
History
Download ZIP
Download TAR.GZ
fiatcode
78bac31c5f
fix: resolve AttributeError by calling call_from_thread on self.app
2026-02-27 23:20:56 +07:00
..
app.py
fix: resolve AttributeError by calling call_from_thread on self.app
2026-02-27 23:20:56 +07:00
blur.py
fix: improve TUI with View buttons and smooth out blur interpolation
2026-02-27 23:18:15 +07:00
cli.py
fix: raise detection confidence threshold to 0.7, move model cache to project dir
2026-02-27 21:50:37 +07:00
cluster.py
feat: switch DBSCAN to cosine metric for neural embeddings
2026-02-27 21:37:57 +07:00
detect.py
fix: raise detection confidence threshold to 0.7, move model cache to project dir
2026-02-27 21:50:37 +07:00
encode.py
feat: add video re-encoding with auto-detected encoder and bbox interpolation
2026-02-27 22:35:46 +07:00
output.py
refactor: update bbox format from (x,y,w,h) to (x1,y1,x2,y2)
2026-02-27 21:38:27 +07:00