KUire
Results
2
comments of
KUire
俺也
Execute dlib.cuda.set_device() before importing face_recognition I had the same problem as you, but it's solved for example: ```python import cv2 from pathlib import Path import dlib import numpy as np...