Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2023-11-28 | fix Auto focal point crop for opencv >= 4.8.x | w-e-w | -13/+16 |
2023-06-13 | Use os.makedirs(..., exist_ok=True) | Aarni Koskela | -2/+1 |
2023-06-02 | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | -7/+7 |
2023-05-11 | Reindent autocrop with 4 spaces | Aarni Koskela | -100/+102 |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | -3/+1 |
2023-05-10 | manual fixes for ruff | AUTOMATIC | -1/+1 |
2023-05-09 | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | -3/+3 |
2022-12-02 | Fix divide by 0 error | PhytoEpidemic | -3/+3 |
2022-10-25 | update default weights | captin411 | -8/+8 |
2022-10-25 | download better face detection module dynamically | captin411 | -0/+20 |
2022-10-25 | improve debug markers, fix algo weighting | captin411 | -78/+129 |
2022-10-23 | auto cropping now works with non square crops | captin411 | -240/+269 |
2022-10-20 | improve face detection a lot | captin411 | -37/+62 |
2022-10-19 | face detection algo, configurability, reusability | captin411 | -0/+216 |