-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plotting yaw and roll angles #20
Comments
You can find such an example in the gazr fork: severin-lemaignan@fc26ca2 |
I compiled gazr and attention tracker . for attentatio tracker it works fine with this command : ./head_pose_test ../share/shape_predictor_68_face_landmarks.dat . but with gazr this error shows : when I tried to run live_plot.py : ./estimate_gaze_direction -c --model=shape_predictor_68_face_landmarks.dat | python -u live_plot.py this error shows : tofi@tofi:~/gazr/build$ ./estimate_gaze_direction -c --model=shape_predictor_68_face_landmarks.dat | python -u live_plot.py |
@sarmadm These are basic mistakes, and I fear that github issues are not the right place to teach about the basics of computer science... that said:
|
When I run : tofi@tofi:~/gazr-master/build$ ./estimate_gaze_direction -c --model=shape_predictor_68_face_landmarks.dat | python -u ../tools/live_plot.py bash: ./estimate_gaze_direction: No such file or directory
SyntaxError: unexpected EOF while parsing |
HI
I have question , I want to draw yaw angles and roll , how can I do something like this image : head pose plot
The text was updated successfully, but these errors were encountered: