deepgaze icon indicating copy to clipboard operation
deepgaze copied to clipboard

Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detecti...

Results 9 deepgaze issues
Sort by recently updated
recently updated
newest added

hi @mpatacchiola i try to run the head pose estimation example but it give me un error that t cant solve it i hope that you can help me: import...

Hello, I'm Laurence, thank you for your kindly sharing. I'm currently using head pose estimation for my project, however I've noticed that the tensorflow implementation used methods in tensorflow 1.x...

Hi, I'm trying to run _ex_particle_filter_object_tracking_video.py_ file on another sample video. I have changed the template.png image with another subframe as per my sample video for the filter. But, I...

Since there are multiple versions of opencv available, you should change your version tests `cv2.__version__.split(".")[0] == '3'` to something like `int(cv2.__version__.split(".")[0]) >= 3`

The current examples are in the form of scripts. To make easier and more interactive for users of the library it would help to have notebooks demonstrating these examples. For...

good first issue

For further development of the project, it would be great to have unit tests to ensure the project code does not break with further changes/improvements. The tests go under tests...

good first issue

Dear mpatacchiola, Thanks for your help! https://github.com/mpatacchiola/deepgaze/blob/master/examples/ex_dnn_head_pose_estimation_training/ex_aflw_parser.py In the above file: #Separating the label from the dataset dataset = data[:,0:4096] label = data[:,4096:4099] I think length of the image in...

This pull request is to incorporate the suggestion provided in the PR https://github.com/mpatacchiola/deepgaze/pull/107 and closes issue https://github.com/mpatacchiola/deepgaze/issues/77