From 8bd512a0a765168eb8d1779e07f0bd130225e0b8 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Thu, 24 Apr 2025 17:06:54 +0200 Subject: [PATCH] feat: added alternative inpainting --- secure_pixelation/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secure_pixelation/__main__.py b/secure_pixelation/__main__.py index 99ee981..d0359b0 100644 --- a/secure_pixelation/__main__.py +++ b/secure_pixelation/__main__.py @@ -6,5 +6,5 @@ def cli(): print(f"Running secure_pixelation") pixelate("assets/human_detection/test.png", generative_impaint=True) - # pixelate("assets/human_detection/humans.png", generative_impaint=False) - # pixelate("assets/human_detection/rev1.png", generative_impaint=False) + pixelate("assets/human_detection/humans.png", generative_impaint=False) + pixelate("assets/human_detection/rev1.png", generative_impaint=False)