You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see in code comments that I can get depth estimation from the model output inside getEyeLandmarkAt by float _d = model->getOutputData(isIris)[index * 3 + 2];. Can you please say what kind of postprocessing needs to be done on this output? Seems there should be some postprocessing, because by printing the value I get also negtaive values.
The text was updated successfully, but these errors were encountered:
I just found this part of a repo, which is written in Python but can be easily mapped to C++. I'm sorry that I'm very busy right now so I can't help you much.
I see in code comments that I can get depth estimation from the model output inside
getEyeLandmarkAt
byfloat _d = model->getOutputData(isIris)[index * 3 + 2];
. Can you please say what kind of postprocessing needs to be done on this output? Seems there should be some postprocessing, because by printing the value I get also negtaive values.The text was updated successfully, but these errors were encountered: