FuxiCV / MeInGame

MeInGame: Create a Game Character Face from a Single Portrait, AAAI 2021
MIT License
653 stars 119 forks source link

What is the meaning of the fov_y variable? #30

Open cravisjan97 opened 3 years ago

cravisjan97 commented 3 years ago

I see the fov_y=12.5936; facial = np.tan(fov_y / 360.0 * math.pi) variable initialized in the uv_creator.py file. What is the meaning of this? Does this change if we use a different head mesh?