mpatacchiola / deepgaze

Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
MIT License
1.79k stars 478 forks source link

Notebooks #99

Closed Deamoner closed 4 years ago

Deamoner commented 4 years ago

Hey I got notebooks working. What notebooks do you guys want for examples I'll contribute those?

mpatacchiola commented 4 years ago

Hi @Deamoner if you want to contribute you are welcome. Be sure you are using branch 2.0 in the repository, since this will be soon used as the main branch and the current master branch will be deprecated.

Any step-by-step notebook which covers some of the scripts in the example folder is more than welcome. Double check the Notebooks folder to avoid any duplicate.

You can send a push request if you have stable code, we will review it and then add it to the library if everything checks out.

Deamoner commented 4 years ago

I'll put together a few.

mpatacchiola commented 4 years ago

All right!