jolibrain / joliGEN

Generative AI Image Toolset with GANs and Diffusion for Real-World Applications
https://www.joligen.com
Other
243 stars 32 forks source link

feat(scripts): canny thresholds grid plots #601

Closed pierrot-lc closed 9 months ago

pierrot-lc commented 9 months ago

This PR adds a way to quickly see the effects of a specific canny thresholds.

Example use:

python3 canny_grid.py --image-dir PATH/TO/DIR --output-dir OUTPUT/DIR --threshold1 0 --threshold2 1000

0ee5f306-ce195427