Hi,
I want to do face detection using opencv, python/golang on Intel Edison board. I am unable to figure out the content of the Dockerfile. If anybody can share some sample code, would appreciate that.
Thanks & Regards
Sunil
Hi,
I want to do face detection using opencv, python/golang on Intel Edison board. I am unable to figure out the content of the Dockerfile. If anybody can share some sample code, would appreciate that.
Thanks & Regards
Sunil
@sunilkumarmohanty hi!
I played a bit with openCV a while ago.
There’s this:
That has this as its base image:
It’s for amd64 and was meant for a now-defunct project (“multivisor”), so it will not work as-is, but I think the compilation steps to install openCV will probably work if you change the base image from ubuntu to resin/intel-edison-debian.
Hope this helps a bit!
Thanks. I had a quick look at it. I am having issues with installing the library with edison base image. I think if I spend some time, I shall be able to figure it out.
Thanks & Regards
Sunil