QuintenDeWilde
QuintenDeWilde
Yeah I found a stack page with it have something to do with my command line tools probably.
I've changed the theanoflags for cuda and shutted down al order software (google chrome) to run it and now I'm getting this. ``` Compiling testing function 2017-11-19 12:03:16.399917 Test loss:...
Anything changed? Anybody an idea to train own images??
I'll try the statsm_build tonight. And let you know!
I've tried to install just now on my macbook pro with high sierra. ``` pip install facemorpher Requirement already satisfied: facemorpher in /usr/local/lib/python2.7/site-packages Quintens-MacBook-Pro:face_morpher quintendewilde$ which facemorpher Quintens-MacBook-Pro:face_morpher quintendewilde$ facemorpher...
I've enabled it in my bash profile. And I got in the p3 env. It shows that i've already installed opencv 3.4 yet when importing it gives me no module?...
Hi i'm pretty sure I did, but I did it once again. Same for the pythonpath (do I need to change something in that line for my build or can...
I get everything I need. ``` (py3) Quintens-MacBook-Pro:face_morpher quintendewilde$ python -c "import sys; print(sys.path)" ['', '/Users/quintendewilde/Documents/face_morpher', '/usr/local/Cellar/opencv3/3.4.0/lib/python3.6/site-packages', '/Users/quintendewilde/.virtualenvs/py3/lib/python36.zip', '/Users/quintendewilde/.virtualenvs/py3/lib/python3.6', '/Users/quintendewilde/.virtualenvs/py3/lib/python3.6/lib-dynload', '/usr/local/Cellar/python3/3.6.4/Frameworks/Python.framework/Versions/3.6/lib/python3.6', '/Users/quintendewilde/.virtualenvs/py3/lib/python3.6/site-packages'] (py3) Quintens-MacBook-Pro:face_morpher quintendewilde$ cd /usr/local/lib/python3.6/site-packages (py3) Quintens-MacBook-Pro:site-packages quintendewilde$...
HI! I think I'm getting there. ``` (py3) Quintens-MacBook-Pro:face_morpher quintendewilde$ cd ~/.matplotlib (py3) Quintens-MacBook-Pro:.matplotlib quintendewilde$ sudo nano ~/.matplotlib/matplotlibrc Password: (py3) Quintens-MacBook-Pro:.matplotlib quintendewilde$ cd /usr/local/lib/python3.6/site-packages (py3) Quintens-MacBook-Pro:site-packages quintendewilde$ python Python 3.6.4...
Alright I added the path in my bash_profile. And installed pip3 install docopt sh. I got this from a stack overflow page. And the weird part is it works in...