Files
pigo/examples
2020-05-28 11:33:38 +03:00
..
2020-05-01 16:57:28 +03:00
2019-10-17 10:58:32 +03:00
2019-10-17 10:58:05 +03:00
2019-10-29 14:50:04 +02:00
2020-04-27 08:11:20 +03:00
2020-05-28 11:33:38 +03:00

Python demos

This directory contains a few real time Python demos running as shared object (.so). The face detection is happing on the Go side and the results are transfered as byte array to Python as a shared object. It was intended this way since there is a huge hiatus in the Go echosystem of a throughly accessible and platform agnostic webcam library. This dependency issue is partially resolved with the Webassembly (WASM) port of the library.

Requirements

  • OpenCV 2
  • Python2

Notice

For the WASM port check this subfolder:

https://github.com/esimov/pigo/tree/master/wasm