Import tensorflow and opencv at the same time?
Hello, I am working a similar project currently for interests. I am wondering if my understanding of usage is correct. For detection, the detection.py should be run under opencv virtual environment, as for training, the code should be run under tensorflow environment. But in the detection.py, the tensorflow and opencv are imported at the same time. I am a little confused with this.
Hi,
I am using built opencv whl from here : http://www.lfd.uci.edu/~gohlke/pythonlibs/ Both can be used without any conflict in windows 10 64bit.
I am getting following error: pt1 = tuple(reversed(map(int, pt1)))
TypeError: argument to reversed() must be a sequence
any help please?
pt1 = tuple(reversed(list(map(int, pt1))))