Detect face then autocrop pictures

前端 未结 11 779
慢半拍i
慢半拍i 2021-01-29 17:44

I am trying to find an app that can detect faces in my pictures, make the detected face centered and crop 720 x 720 pixels of the picture. It is rather very time consuming &

11条回答
  •  情深已故
    2021-01-29 18:26

    I think the best option is Google Vision API. It's updated, it uses machine learning and it improves with the time.

    You can check the documentation for examples: https://cloud.google.com/vision/docs/other-features

提交回复
热议问题