chuigda / Project-WG

试图用 OpenGL 3.3 画个可爱(?大概吧)的小机器人。
GNU Affero General Public License v3.0
17 stars 1 forks source link

面部捕捉 #4

Closed chuigda closed 1 year ago

chuigda commented 2 years ago

找了一些可以用来参考的 repository

此外可以考虑下是不是不用 solvePNP 也能完成任务

chuigda commented 1 year ago

VTS看起来有个不错的API可以用,🇰🇷了

https://github.com/DenchiSoft/VTubeStudio#requesting-list-of-available-tracking-parameters

CousinZe commented 1 year ago

VTS's face capture is based on OpenSeeFace. Maybe we can directly utilize OSF, bypassing the VTS's rendering. And after that, we won't need to include any proprietary software in our release.

chuigda commented 1 year ago

OSF requires a little complex setup, and comes without some utilities (meaning that we have to implement our own calibration things or so). Let's just stick to VTS by this time.

chuigda commented 1 year ago

Well done @CousinZe