Add 2D or 3D Face Filters like MSQRD/SnapChat Using Google Vision API for iOS

后端 未结 2 2038
暗喜
暗喜 2020-12-23 15:14

Here\'s some research I have done so far: - I have used Google Vision API to detect various face landmarks. Here\'s the reference: https://developers.google.com/vision/intro

2条回答
  •  忘掉有多难
    2020-12-23 15:35

    You need to either predict x,y,z coordinates(check out this demo), either use x,y predictions but then find parameters of universal 3d-model & camera that will give the closest projection of current x,y.

提交回复
热议问题