opencv is not working with tensorflow virtualenv -


i have installed tensorflow(virtualenv) on ubuntu(14.04) , installed opencv. opencv working python tensorflow(virtualenv) working python unable use tensorflow(virtualenv) , opencv python.

opencv need there in virtualenv. can create symbolic link of cv2.so inside virtualenv, if have installed opencv globally. more details regarding creating symbolic link of opencv inside virtualenv,you can step 11 of following blog: http://www.pyimagesearch.com/2015/06/22/install-opencv-3-0-and-python-2-7-on-ubuntu/


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -