hac·13 ปีที่แล้ว·discussI've gotten this far trying to install this on Lion:brew install gfortransudo easy_install scipysudo port install opencv +python27export PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/:$PYTHONPATHwget http://openmdao.org/releases/0.5.0/go-openmdao.pysudo python ./go-openmdao.pycd ~/Downloads/webcam-pulse-detector-master/openmdao-0.5.0. bin/activatecd ~/Downloads/webcam-pulse-detector-master && python get_pulse.pyHope it's helpful to anyone else doing the same. OpenCV is segfaulting now, but I may update this later if I get it.
hac·13 ปีที่แล้ว·discussI might copy the command, quickly paste it in my URL bar to make sure it is indeed what I expected, and then paste it into Terminal
hac·14 ปีที่แล้ว·discuss+1 for mobile app. It could be done very well as an iPhone app combined with the Rails backend.
hac·16 ปีที่แล้ว·discussAs some already noted, there are other animals like this: http://en.wikipedia.org/wiki/Negligible_senescence
brew install gfortran
sudo easy_install scipy
sudo port install opencv +python27
export PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/:$PYTHONPATH
wget http://openmdao.org/releases/0.5.0/go-openmdao.py
sudo python ./go-openmdao.py
cd ~/Downloads/webcam-pulse-detector-master/openmdao-0.5.0
. bin/activate
cd ~/Downloads/webcam-pulse-detector-master && python get_pulse.py
Hope it's helpful to anyone else doing the same. OpenCV is segfaulting now, but I may update this later if I get it.