terryky / tflite_gles_app

GPU accelerated deep learning inference applications for RaspberryPi / JetsonNano / Linux PC using TensorflowLite GPUDelegate / TensorRT
MIT License
488 stars 130 forks source link

[Iris Tracker] right eye keypoints should be flipped #14

Closed FrankSpalteholz closed 3 years ago

FrankSpalteholz commented 3 years ago

First of all this is a great repo and I've learned a lot from it towards using TF and Mediapipe so thank you very much. I realized that the keypoints of the right eye should be flipped (1f-pos.x for all keypoints from output). But just more nitpicking then having a real issue to mention.

terryky commented 3 years ago

Thanks for pointing that out. I will investigate.

terryky commented 3 years ago

I've fixed this issue. Thanks again for pointing this out.

FrankSpalteholz commented 3 years ago

You're very welcome!