Hello,
I'm using Python 2.7 and OpenCV 3.2.0. I'm able to run on MacOSX 10.11.3 (El Capitain) and other OpenCV application and examples normally.
I've tried to compile your code by CMAKE in different ways unsuccessfully. Then, I though it would be possible to use only Python alternatively.
I successfully set the dataset folder with Cohn-Kanade images as suggested by the project READ.ME. Then, I ran the Python code to train using the classifiers (specially svm)
I was trying to use Linux executable binary as benchmark ( binary-release v1.2).
When running gui.py command as in the READ.ME, it somehow also referencing the binary from linux and I'm not able to run it the gui.py script.
Is it possible to use the classifiers and OpenCV in Python without using any C++ code?
I'm very interested to use only the classifiers as micro-service API.
Best,
Hello,
I'm using Python 2.7 and OpenCV 3.2.0. I'm able to run on MacOSX 10.11.3 (El Capitain) and other OpenCV application and examples normally.
I've tried to compile your code by CMAKE in different ways unsuccessfully. Then, I though it would be possible to use only Python alternatively.
I successfully set the dataset folder with Cohn-Kanade images as suggested by the project READ.ME. Then, I ran the Python code to train using the classifiers (specially svm)
I was trying to use Linux executable binary as benchmark ( binary-release v1.2).
When running gui.py command as in the READ.ME, it somehow also referencing the binary from linux and I'm not able to run it the gui.py script.
Is it possible to use the classifiers and OpenCV in Python without using any C++ code?
I'm very interested to use only the classifiers as micro-service API.
Best,