SimpleCV
SimpleCV copied to clipboard
The Open Source Framework for Machine Vision
I'm getting this error when trying to use `classifier = KNNClassifier(extractors, dist='Hamming')` or `classifier.setDistanceMetric('Hamming')` ``` File "/usr/lib/pymodules/python2.7/SimpleCV/MachineLearning/KNNClassifier.py", line 220, in train self.mClassifier.distanceContructor = orange.ExamplesDistanceConstructor_Hamming(); AttributeError: 'NoneType' object has no attribute...
In the section Downloading SimpleCV of http://simplecv.org/download/ the link named documentation pointing to http://simplecv.org/docs/ is broken. It should probably point to http://simplecv.readthedocs.io/en/latest/.
Well, it is not a technical issue, but it is kind of suggestion for the great people who had done this thing.. why isn't there any machine learning tutorials in...
I just tried to install SimpleCV on a Raspberry Pi 3 and ran into the same problem and solution that is mentioned in this thread http://help.simplecv.org/question/177529/cant-open-simplecv-after-installing/
CHANGED: the README file about tests. the nosetest command is: nosetests instead of nosetest
Updated Homebrew installation instructions to include their new link.
tostring() and fromstring() methods are now deprecated. All calls were replaced with tobytes() and frombytes().
It was required upon running the simplecv tool, and not mentioned in the guide. Added in as a pip install step here.