Luan Baviloni
Luan Baviloni
If you want to use a **webcam**, you can replace: ``` video_reader = cv2.VideoCapture(image_path) ``` with: ``` video_reader = cv2.VideoCapture(0) ``` **or** if you want to use a **RTSP** transmission,...
Same here. The problem is at: `facebox = box_queue.get()`
> Looks like we are having a issue with multiprocessing on macOS. I will look into this later. Luan Baviloni 于2019年9月19日 周四下午10:33写道: > […](#) > Same here. The problem is...
Did you solve this? I'm having the same issue...
I figured out the problem. I am using Anaconda3, but my `PYTHON_LIB` folder was misconfigured in Makefile.config. It should be: `PYTHON_LIB := $(ANACONDA_HOME)/lib` Running `make clean` and `make -j8` again...