Menu

#240 Simple CV Docker and Homebrew Install on Mac

2.0
open
nobody
None
None
2016-03-23
2016-03-23
No

I am sure this is the right place to ask for a bit of assistance. I am on an older iMac running OSX Mountain Lion and followed instructions to install Simple CV via Docker and Homebrew with Open CV. I keep gettting command not found in terminal via -sh. Should I use a bash shell? Also I'm not sure if Open CV has installed correctly as Brew Doctor compiled a long list of dylib, pc errors etc. I was aiming to install Open CV 3.0 but wasn't sure if that works with SimpleCV or whether I need an earlier dependency.

I also need some help getting script below and attached working after setting up Docker. Instructions say I should see simplecv logo and have a full simplecv environment setup to start playing around but no luck.Perhaps not all required dependencies are installed? I've got quite an interesting facial feature project and need either program for trials. As a computer vision beginner Simple CV would be best I am sure to get me started on this learning curve. Last question should I install Anaconda - just downloaded it? Many thanks in advance.

from SimpleCV import * disp = Display(displaytype='notebook') img = Image('simplecv') img.save(disp)

1 Attachments

Discussion

Anonymous
Anonymous

Add attachments
Cancel