An open API service indexing awesome lists of open source software.

https://github.com/dkurt/icv_sunday_school_2019_spring

Code samples for Intel Computer Vision School
https://github.com/dkurt/icv_sunday_school_2019_spring

c-plus-plus deep-learning java javascript opencv python raspberry-pi

Last synced: 2 months ago
JSON representation

Code samples for Intel Computer Vision School

Awesome Lists containing this project

README

          

**Topic**: : Deep learning using OpenCV with desktop, smartphone and browser.

In this repository you may find code samples and models:

## Face recognition
This sample is written in **C++** and demonstrated with Raspberry Pi.

Models: OpenCV's face detection model and [OpenFace](https://github.com/cmusatyalab/openface)

## Edges2Cats
This is a **Python** sample which demonstrates one of pix2pix models (Torch: https://github.com/phillipi/pix2pix, TensorFlow: https://github.com/affinelayer/pix2pix-tensorflow).