Aravind Suresh
Aravind Suresh
@alexggmatthews I tried different combinations of { tf versions, py versions }. tf.import_meta_graph works for **tf 0.10** and **py 2.7/3.4**. I guess the version of tensorflow is the bottleneck. Using...
Also, installation instruction says PCL v1.6+, but v1.6 doesn't have apps in it. The latest version v1.8 or the source has the required apps. This small change should also be...
Check the oic.cpp file. The lines containing the function calls: draw_eye_gaze and draw_facial_normal are relevant. The draw_eye_gaze function takes the point on the image (pupil) and the gaze vector (Both...
The above bug seems to be some issue related to video drivers. Check if the drivers are proper by running some basic program to read from the camera. If it...
The first argument should be zero. The second argument is the scale factor of mouse movement - try with values between 1 to 100. For this to work you need...
Make sure you checkout the appropriate version before trying out. ``` $ git checkout tags/v1.0 ``` Try ```make``` after that. Hope this fixes the issue.