Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix divide by 0 error | PhytoEpidemic | 2022-12-02 | 1 | -3/+3 |
| | | | Fix of the edge case 0 weight that occasionally will pop up in some specific situations. This was crashing the script. | ||||
* | update default weights | captin411 | 2022-10-26 | 1 | -8/+8 |
| | |||||
* | download better face detection module dynamically | captin411 | 2022-10-25 | 1 | -0/+20 |
| | |||||
* | improve debug markers, fix algo weighting | captin411 | 2022-10-25 | 1 | -78/+129 |
| | |||||
* | auto cropping now works with non square crops | captin411 | 2022-10-23 | 1 | -240/+269 |
| | |||||
* | improve face detection a lot | captin411 | 2022-10-20 | 1 | -37/+62 |
| | |||||
* | face detection algo, configurability, reusability | captin411 | 2022-10-20 | 1 | -0/+216 |
Try to move the crop in the direction of a face if it is present More internal configuration options for choosing weights of each of the algorithm's findings Move logic into its module |