Open DavitMob opened 2 years ago
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.
Thank you very much @pntt3011 for the reply. I will take a look.
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.