machinebox / issues

Machine Box issues, bugs and feature requests
2 stars 0 forks source link

Remove Python from webcamFacebox example #11

Closed plutov closed 6 years ago

plutov commented 6 years ago

It's possible to use opencv in Go also, so maybe it's better if example contains only Go -https://blog.machinebox.io/streaming-and-recognize-people-from-a-webcam-with-go-and-facebox-acea645b94ab

I managed to build it using https://gocv.io/

What do you think? Thanks for Machine Box btw.

dahernan commented 6 years ago

That is very very cool! I tried gocv few weeks ago, and for some reason I couldn't compile it, opencv is always a little bit tricky to make it work, so that is excellent.

Would like to do a PR on the project? or I can try it to make it work if you have an example. Thank you

plutov commented 6 years ago

Hi @dahernan I just created this PR and described everything inside, though now code is different from what you are describing in the article.

https://github.com/machinebox/webcamFacebox/pull/2

dahernan commented 6 years ago

Thanks! I'll have a look tomorrow