Closed pattacini closed 5 years ago
We experienced quite an improvement once the pixel is used for gaze tracking.
@valegagge the PR's been merged, hence you could think of relying on the pixel information to issue tracking.
Just a couple of references as to do it:
@pattacini thanks very much
From #166 it turns out that it might be beneficial for gaze tracking purposes to extend the lib and include pixels information along with 3D coordinates in the camera frame.
This way, the transformation of the target 3D point from the camera to the root frame - which relies on the reading from the gaze state port - is no longer needed since we can then use pixels as inputs.
As a result, we should be able to increase control bandwidth.
Once the lib will be extended, we need to update
attentionManager
andtest-tracker
. The latter test can be employed to measure the gain we might obtain.cc @vvasco @randaz81 @valegagge