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
- Host: GitHub
- URL: https://github.com/dkurt/icv_sunday_school_2019_spring
- Owner: dkurt
- Created: 2019-02-15T21:33:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T11:12:09.000Z (over 7 years ago)
- Last Synced: 2025-04-03T10:24:50.355Z (about 1 year ago)
- Topics: c-plus-plus, deep-learning, java, javascript, opencv, python, raspberry-pi
- Language: Java
- Size: 70.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).