Regarding a detail in the fitting code
yunfan0621 opened this issue · 2 comments
yunfan0621 commented
Hi, thanks for sharing this great work!
I have a little question regarding the main fitting code in the following line:
Why hard code cam[:, 0] to 5. ? Is this a default setting in FLAME so that it may benefit the convergence of the fitting process?
Thank you!
shriyakak commented
Hi,
I also have the same question. Did you get to know the answer @yunfan0621?
HavenFeng commented
sorry for the late reply, we hardcoded the z distance of the camera to make sure the camera view can always see the object. Since we used an orthographic projection camera, this z distance value doesn't really matter.