generated from Hazel/python-project
11 lines
376 B
Python
11 lines
376 B
Python
from .get_bounding_boxes import select_bounding_boxes
|
|
from .pixelation_process import pixelate
|
|
|
|
|
|
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)
|